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 521ef0d commit de703a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ pipeline {
tag = "latest"
} else if (env.BRANCH_NAME == "2.6.9") {
// skip it for now
currentBuild.setResult("SUCCESS")
sh 'exit 0'
sh 'exit -1'
} else {
tag = env.BRANCH_NAME
}
Expand Down

0 comments on commit de703a2

Please sign in to comment.