Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Jenkinsfile 202006->202010
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
@@ -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) }

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

0 comments on commit 989f75e

Please sign in to comment.