diff --git a/Jenkinsfile b/Jenkinsfile index beebcdd..2ffeb67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {