Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -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
}

0 comments on commit 521ef0d

Please sign in to comment.