diff --git a/Jenkinsfile b/Jenkinsfile index 07002f953..0c37c148e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,6 +53,9 @@ pipeline { return runWorkers } } + environment { + AUTH_DOWNLOAD_TOKEN = credentials('8a26fd74-d40e-414c-9132-ff3f867806ef') + } stages { stage('Checkout') { steps { @@ -125,6 +128,9 @@ pipeline { return runWorkers } } + environment { + AUTH_DOWNLOAD_TOKEN = credentials('8a26fd74-d40e-414c-9132-ff3f867806ef') + } stages { stage('Checkout') { steps { @@ -364,6 +370,9 @@ pipeline { } } } + environment { + AUTH_DOWNLOAD_TOKEN = credentials('8a26fd74-d40e-414c-9132-ff3f867806ef') + } stages { stage('Checkout') { steps { @@ -405,6 +414,9 @@ pipeline { } } } + environment { + AUTH_DOWNLOAD_TOKEN = credentials('8a26fd74-d40e-414c-9132-ff3f867806ef') + } stages { stage('Checkout') { steps {