From fda5ab5a8020eda26b2f991731b500aac20863e6 Mon Sep 17 00:00:00 2001 From: rforstner Date: Mon, 31 Jan 2022 09:02:18 +0100 Subject: [PATCH] adaptions due to faulty jenkins slave --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 584f180..cda39d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,8 +47,8 @@ AUTH = credentials('proxy') proxy_user = "${AUTH_USR}" proxy_pw = "${AUTH_PSW}" - http_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080" - https_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080" + //http_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080" + //https_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080" //no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net" //HTTP_PROXY="${http_proxy}" //HTTPS_PROXY="${https_proxy}"