Fixed missing vars

This commit is contained in:
2021-02-21 03:27:03 +01:00
parent b4ef6071aa
commit 8782e0cf51

View File

@@ -40,6 +40,8 @@ pipeline {
echo 'not building'
}
if (BuildThis == true) {
env.ImgRelease = ImgRelease
env.ImgVariant = ImgVariant
stage('Build image') {
// steps {
// Build script