Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
imagename = imagename()
if(env.BRANCH_NAME == "main") {
tag = "latest"
} else if (env.BRANCH_NAME == "2.6.9) {
} 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 d1e3c74

Please sign in to comment.