Skip to content

Commit

Permalink
Jenkinsfile 202006->202010
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Sep 22, 2020
1 parent e66c65a commit 989f75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pipeline {
def tagSet = generateTagSet()
def builds = build(tagSet)

if(env.BRANCH_NAME == "202006") {
if(env.BRANCH_NAME == "202010") {
//builds.each{ k, v -> echo ("push ${k}") } //for local testing
builds.each{ k, v -> v.push(k) }

Expand All @@ -100,7 +100,7 @@ pipeline {
build.push("full_demo-${tag}")

} else {
echo 'not building images, since the SCM branch is not 201911'
echo 'not building images, since the SCM branch is not 202010'
}
}
}
Expand Down

0 comments on commit 989f75e

Please sign in to comment.