init commit
parent
fdcc612078
commit
05db49900f
|
|
@ -5,8 +5,6 @@
|
||||||
//label libraryBuild is available in CN JAWS and ROW JAWS, therefore this one was used; no additional intents
|
//label libraryBuild is available in CN JAWS and ROW JAWS, therefore this one was used; no additional intents
|
||||||
agent{label 'libraryBuild'}
|
agent{label 'libraryBuild'}
|
||||||
environment {
|
environment {
|
||||||
|
|
||||||
/*
|
|
||||||
//ProxySettings
|
//ProxySettings
|
||||||
AUTH = credentials('proxy')
|
AUTH = credentials('proxy')
|
||||||
proxy_user = "${AUTH_USR}"
|
proxy_user = "${AUTH_USR}"
|
||||||
|
|
@ -17,8 +15,7 @@
|
||||||
HTTP_PROXY="${http_proxy}"
|
HTTP_PROXY="${http_proxy}"
|
||||||
HTTPS_PROXY="${https_proxy}"
|
HTTPS_PROXY="${https_proxy}"
|
||||||
NO_PROXY="${no_proxy}"
|
NO_PROXY="${no_proxy}"
|
||||||
*/
|
|
||||||
|
|
||||||
EUPROD_TOKEN_VAR = credentials('EUPROD_TOKEN_VAR')
|
EUPROD_TOKEN_VAR = credentials('EUPROD_TOKEN_VAR')
|
||||||
EUPREPROD_TOKEN_VAR = credentials('EUPREPROD_TOKEN_VAR')
|
EUPREPROD_TOKEN_VAR = credentials('EUPREPROD_TOKEN_VAR')
|
||||||
NAPROD_TOKEN_VAR = credentials('NAPROD_TOKEN_VAR')
|
NAPROD_TOKEN_VAR = credentials('NAPROD_TOKEN_VAR')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue