-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins ver. 1.608
xUnit plugin 1.94
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.
I have the same issue. I have a Post-Build step that run xUnit on Junit xml and expect it to stop the Job if there are any error, but It carries on to execute the steps that follow and upload my artifact to Artifactory.