debug: move directories
parent
32fb2a920e
commit
0c8b406242
|
|
@ -19,12 +19,12 @@ pipeline {
|
|||
AUTH = credentials('proxy')
|
||||
proxy_user = "${AUTH_USR}"
|
||||
proxy_pw = "${AUTH_PSW}"
|
||||
EMEA_PROD_API_TOKEN = credentials('EUPROD_TOKEN_VAR')
|
||||
EMEA_PREPROD_API_TOKEN = credentials('EUPREPROD_TOKEN_VAR')
|
||||
NA_PROD_API_TOKEN = credentials('NAPROD_TOKEN_VAR')
|
||||
NA_PREPROD_API_TOKEN = credentials('NAPREPROD_TOKEN_VAR')
|
||||
CN_PROD_API_TOKEN = credentials('CNPROD_TOKEN_VAR')
|
||||
CN_PREPROD_API_TOKEN = credentials('CNPREPROD_TOKEN_VAR')
|
||||
EUPROD_TOKEN_VAR = credentials('EUPROD_TOKEN_VAR')
|
||||
EUPREPROD_TOKEN_VAR = credentials('EUPREPROD_TOKEN_VAR')
|
||||
NAPROD_TOKEN_VAR = credentials('NAPROD_TOKEN_VAR')
|
||||
NAPREPROD_TOKEN_VAR = credentials('NAPREPROD_TOKEN_VAR')
|
||||
CNPROD_TOKEN_VAR = credentials('CNPROD_TOKEN_VAR')
|
||||
CNPREPROD_TOKEN_VAR = credentials('CNPREPROD_TOKEN_VAR')
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
|||
Loading…
Reference in New Issue