Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: xunit-plugin
-
Environment:Jenkins ver. 1.608
xUnit plugin 1.94
-
Similar Issues:
Description
I've checked the option "Stop and set the build to 'failed' status if there are errors when processing a result file" on the xUnit plugin and I've set the failuer treshold to 0 so I want that if any test fails, the build becomes faiulre and it stops executing remaining steps.
Now it is set as failure but it continues executing the next steps.
All post build actions are preformed by design also if an AbortException is thrown .
I could only stop the build in the build step, but not in the post build step.