Fixed missing vars
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user