Skip to content

Commit

Permalink
line 18, skip build of 2.6.9, remove to build it
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored May 11, 2022
1 parent 172e797 commit 8e55024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 8e55024

Please sign in to comment.