update jf
parent
7305db920b
commit
9823c82e8d
|
|
@ -43,12 +43,12 @@
|
|||
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"
|
||||
no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net"
|
||||
HTTP_PROXY="${http_proxy}"
|
||||
HTTPS_PROXY="${https_proxy}"
|
||||
NO_PROXY="${no_proxy}"
|
||||
//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}"
|
||||
|
||||
// EUPROD_TOKEN_VAR = credentials('EUPROD_TOKEN_VAR')
|
||||
// EUPREPROD_TOKEN_VAR = credentials('EUPREPROD_TOKEN_VAR')
|
||||
|
|
|
|||
Loading…
Reference in New Issue