adaptions due to faulty jenkins slave
parent
cbf2c687d1
commit
7f1f8624a3
|
|
@ -49,10 +49,10 @@
|
|||
proxy_pw = "${AUTH_PSW}"
|
||||
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}"
|
||||
NO_PROXY="${no_proxy}"
|
||||
//no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net"
|
||||
//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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue