From db5d74cb26a23f88f764d0916675cd87e4bc3b22 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Wed, 9 Feb 2022 14:40:07 +0100 Subject: [PATCH] Jenkinsfile: Remove unnecessary environment variables Since AZURE_CONNECTION_STRING is only useful for the Windows build, let's remove it from other builds where it's not invoked. Signed-off-by: Sebastien Boeuf --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4539a78ed..1038abd99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,9 +25,6 @@ pipeline{ parallel { stage ('Worker build') { agent { node { label 'hirsute' } } - environment { - AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b') - } stages { stage ('Checkout') { steps { @@ -88,9 +85,6 @@ pipeline{ } stage ('Worker build (musl)') { agent { node { label 'hirsute' } } - environment { - AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b') - } stages { stage ('Checkout') { steps {