debug: move directories

master
SLW\ARNAUA 2023-05-31 14:51:01 +02:00
parent 32fb2a920e
commit 0c8b406242
1 changed files with 6 additions and 6 deletions

12
Jenkinsfile vendored
View File

@ -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 {