diff --git a/Jenkinsfile b/Jenkinsfile index e1d26a0..7c1c20d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { sh 'ls' script { - if("${WWW}" == "") { + if("${WWW}" == "/var/www/on-deploy/map/staging/frontend") { currentBuild.result = 'UNSTABLE' return }