test fail case

This commit is contained in:
Roberto Cirillo 2022-04-28 15:59:40 +02:00
parent 9b7c8d09d2
commit 34b5562dd4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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"
}