Skip to content

Commit

Permalink
fix setup branch when condition (#5352) (#5354)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
github-actions[bot] and lampajr authored Jun 26, 2023
1 parent d0f7599 commit bd48064
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 @@ -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 {
Expand Down

0 comments on commit bd48064

Please sign in to comment.