Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates for 201911 build
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
@@ -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) }

@@ -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'
}
}
}

0 comments on commit aa25e9e

Please sign in to comment.