From 05db49900f34b243f6ed5e2e437acc3c8131cc11 Mon Sep 17 00:00:00 2001 From: rforstner Date: Mon, 22 Nov 2021 17:25:05 +0100 Subject: [PATCH] init commit --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ffe275..d8f49f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,6 @@ //label libraryBuild is available in CN JAWS and ROW JAWS, therefore this one was used; no additional intents agent{label 'libraryBuild'} environment { - - /* //ProxySettings AUTH = credentials('proxy') proxy_user = "${AUTH_USR}" @@ -17,8 +15,7 @@ HTTP_PROXY="${http_proxy}" HTTPS_PROXY="${https_proxy}" NO_PROXY="${no_proxy}" - */ - + EUPROD_TOKEN_VAR = credentials('EUPROD_TOKEN_VAR') EUPREPROD_TOKEN_VAR = credentials('EUPREPROD_TOKEN_VAR') NAPROD_TOKEN_VAR = credentials('NAPROD_TOKEN_VAR')