From aa25e9e8436b706498259c5db82bab539525a9e6 Mon Sep 17 00:00:00 2001 From: "William G. Thompson, Jr" Date: Sat, 5 Oct 2019 12:44:03 -0400 Subject: [PATCH] updates for 201911 build --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f4f8639..8b15d90 100644 --- a/Jenkinsfile +++ b/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' } } }