From bd4806461cf9705687246e20103d927597a4fbe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:25:34 +0200 Subject: [PATCH] fix setup branch when condition (#5352) (#5354) Co-authored-by: Andrea Lamparelli --- .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 b62d543558c..dcf8a9cf499 100644 --- a/.ci/jenkins/project/Jenkinsfile.setup-branch +++ b/.ci/jenkins/project/Jenkinsfile.setup-branch @@ -65,7 +65,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 {