From 19d991c16395f0775ae4bee7a56f92a431bdc35e Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Mon, 26 Jun 2023 16:54:47 +0200 Subject: [PATCH] fix setup branch when condition --- .ci/jenkins/project/Jenkinsfile.setup-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/project/Jenkinsfile.setup-branch b/.ci/jenkins/project/Jenkinsfile.setup-branch index c3486e649c..9ae9a25936 100644 --- a/.ci/jenkins/project/Jenkinsfile.setup-branch +++ b/.ci/jenkins/project/Jenkinsfile.setup-branch @@ -80,7 +80,7 @@ pipeline { // Launch the nightly to deploy all artifacts from the branch stage('Launch the nightly') { when { - return params.DEPLOY_ARTIFACTS + expression { return params.DEPLOY_ARTIFACTS } } steps { script {