This commit is contained in:
2021-02-21 03:19:09 +01:00
parent 6176daff58
commit 1226edeec0

View File

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