Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo
wgthom committed Apr 20, 2019
1 parent 22f216b commit d53ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -83,7 +83,7 @@ pipeline {
def tagSet = generateTagSet()
def builds = build(tagSet)

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

0 comments on commit d53ec91

Please sign in to comment.