diff --git a/Jenkinsfile-Squential b/Jenkinsfile-Squential index 203b265..e33eb8d 100644 --- a/Jenkinsfile-Squential +++ b/Jenkinsfile-Squential @@ -40,7 +40,7 @@ pipeline { echo 'not building' } echo BuildThis - if (BuildThis == 'true') { + if (BuildThis == true) { stage('Build image') { steps { // Build script