Updated all vars instead of some
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user