diff --git a/Jenkinsfile b/Jenkinsfile index c101e90..9c23ef0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -131,7 +131,7 @@ pipeline { } steps { echo "Cron build disabled. New deploy of ${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION} ongoing" - catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') { + catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { sh "exit 1" }