From 0c8b406242be9feeb179ca96692fbffdb98132ce Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Wed, 31 May 2023 14:51:01 +0200 Subject: [PATCH] debug: move directories --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {