Skip to content

Commit

Permalink
[BXMSPROD-2019] fix setup branch when condition (#2888)
Browse files Browse the repository at this point in the history
fix setup branch when condition
  • Loading branch information
lampajr committed Jun 26, 2023
1 parent caafca4 commit 978b7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/project/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 978b7d2

Please sign in to comment.