From 989f75e0dccdea7f78ac1ee11ef0e45be65d70aa Mon Sep 17 00:00:00 2001 From: Chad Redman Date: Tue, 22 Sep 2020 01:37:41 -0400 Subject: [PATCH] Jenkinsfile 202006->202010 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2e5b2b4..22ea8a1 100644 --- a/Jenkinsfile +++ b/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' } } }