This commit is contained in:
2021-02-21 03:18:18 +01:00
parent a63c3d3784
commit 6176daff58

View File

@@ -39,6 +39,7 @@ pipeline {
BuildThis = false BuildThis = false
echo 'not building' echo 'not building'
} }
echo (BuildThis)
if (BuildThis == 'true') { if (BuildThis == 'true') {
stage('Build image') { stage('Build image') {
steps { steps {