adaptions due to faulty jenkins slave
parent
7f1f8624a3
commit
fda5ab5a80
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue