This commit is contained in:
2021-02-21 03:21:37 +01:00
parent ef387a3bbe
commit 4674be8837

View File

@@ -39,7 +39,6 @@ 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 {