Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
@@ -14,6 +14,8 @@ pipeline {
imagename = imagename()
if(env.BRANCH_NAME == "main") {
tag = "latest"
} else if (env.BRANCH_NAME == "2.6.9) {
handleError("skipping docker image build of 2.6.9, not released yet.")
} else {
tag = env.BRANCH_NAME
}

0 comments on commit 8e55024

Please sign in to comment.