Skip to content

Commit

Permalink
updates for 201911 build
Browse files Browse the repository at this point in the history
  • Loading branch information
wgthom committed Oct 5, 2019
1 parent 80b9a9f commit aa25e9e
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 == "201906") {
if(env.BRANCH_NAME == "201911") {
//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 201906'
echo 'not building images, since the SCM branch is not 201911'
}
}
}
Expand Down

0 comments on commit aa25e9e

Please sign in to comment.