-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.332.3
Pipeline will incorrectly report that the last step in a finally block has failed if an exception is thrown in the try block. This may cause a developer unnessicary debugging time trying to identify why a step is failing. Eg.
try { error "oops" } finally { echo "bar" }
Results in the echo step being reported as failed.
- relates to
-
JENKINS-50923 Blue Ocean: When step failed, the last step also marked failed
- Open