Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored May 11, 2022
1 parent 8e55024 commit d1e3c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e3c74

Please sign in to comment.