diff --git a/Jenkinsfile b/Jenkinsfile index 79367a29..facbefd8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('check') { steps { script { - if("${WWW}" == "" || "${ENV}" == "" { + if("${WWW}" == "" || "${ENV}" == "") { currentBuild.result = 'FAILED' error "No valid deploy dirs" return