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' echo 'not building'
} }
if (BuildThis == true) { if (BuildThis == true) {
env.ImgRelease = ImgRelease
env.ImgVariant = ImgVariant
stage('Build image') { stage('Build image') {
// steps { // steps {
// Build script // Build script