removed failed exit code

This commit is contained in:
Roberto Cirillo 2022-04-28 16:02:00 +02:00
parent 1d6274925a
commit 19e221e7d2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -77,7 +77,7 @@ pipeline {
}
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh "exit 1"
sh "exit 0"
}
sh '''
echo "cleanup $DEPLOY_FILE";