Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
tag = "latest"
} else if (env.BRANCH_NAME == "2.6.9") {
// skip it for now
currentBuild.setResult("SKIPPED")
currentBuild.setResult("SUCCESS")
sh 'exit 1'
} else {
tag = env.BRANCH_NAME

0 comments on commit d054fc3

Please sign in to comment.