From a63c3d3784dc71df120b00e8a383e72414993016 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 21 Feb 2021 03:14:33 +0100 Subject: [PATCH] Updated all vars instead of some --- Jenkinsfile-Squential | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-Squential b/Jenkinsfile-Squential index 1d841d4..9045425 100644 --- a/Jenkinsfile-Squential +++ b/Jenkinsfile-Squential @@ -31,7 +31,7 @@ pipeline { for(ImgVariant in ImgVariantList){ if (env.BuildDefault == 'true' && (ImgVariant).startsWith('Default-')) { echo 'Building Default' - BuildThisLocal = true + BuildThis = true } else if (env.BuildExtra == 'true' && (ImgVariant).startsWith('Extra-')) { BuildThis = true echo 'Building Extra'