Skip to content

Commit

Permalink
midpoint-quick-pipeline: and catch with FAILURE set as well
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jun 15, 2022
1 parent be643b9 commit b0e9743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/jenkins/midpoint-quick-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ podTemplate(
])
}
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'
} finally {
if (verbose > '0') {
echo "Build: ${currentBuild}"
Expand Down

0 comments on commit b0e9743

Please sign in to comment.