diff --git a/Jenkinsfile b/Jenkinsfile index 44aa2e6d..1af442df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 }