small comment

This commit is contained in:
Roberto Cirillo 2022-07-18 10:04:42 +02:00
parent 0788fa8517
commit 214dfc7c52
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -118,6 +118,8 @@ pipeline {
echo "${TRIGGER_JOB},${TRIGGER_VERSION},${TRIGGER_HOST}" >> ${DEPLOY_FILE}
fi
'''
// the following catch give always an error in order to return a feedback UNSTABLE to the final user since the deploy is still not performed
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
sh("""
exit 126;