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