Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored May 11, 2022
1 parent d054fc3 commit 521ef0d
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 @@ -17,7 +17,7 @@ pipeline {
} else if (env.BRANCH_NAME == "2.6.9") {
// skip it for now
currentBuild.setResult("SUCCESS")
sh 'exit 1'
sh 'exit 0'
} else {
tag = env.BRANCH_NAME
}
Expand Down

0 comments on commit 521ef0d

Please sign in to comment.