Skip to content

Commit

Permalink
Modified pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlui00 committed Oct 5, 2023
1 parent 295b7f3 commit de02c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline{
}
steps {
script {
if (!env.confirmBuild) {
if (confirmBuild == 'no') {
error('Build aborted by user')
}
}
Expand Down

0 comments on commit de02c4d

Please sign in to comment.