From d53ec91c8fdffcfabd8ce01a861683aaef23ceea Mon Sep 17 00:00:00 2001 From: Bill Thompson Date: Fri, 19 Apr 2019 22:12:57 -0400 Subject: [PATCH] fixed typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a95da00..278bab8 100644 --- a/Jenkinsfile +++ b/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) }