This commit is contained in:
2021-02-21 03:21:00 +01:00
parent 1226edeec0
commit ef387a3bbe

View File

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