adaptions due to faulty jenkins slave

master
rforstner 2022-01-31 09:02:18 +01:00
parent 7f1f8624a3
commit fda5ab5a80
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -47,8 +47,8 @@
AUTH = credentials('proxy') AUTH = credentials('proxy')
proxy_user = "${AUTH_USR}" proxy_user = "${AUTH_USR}"
proxy_pw = "${AUTH_PSW}" proxy_pw = "${AUTH_PSW}"
http_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" //https_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080"
//no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net" //no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net"
//HTTP_PROXY="${http_proxy}" //HTTP_PROXY="${http_proxy}"
//HTTPS_PROXY="${https_proxy}" //HTTPS_PROXY="${https_proxy}"