Hi, I'd like to set the build to specific status, based on specific criteria (number of failures in JUnit result file).
I have tried using the Groovy postbuild plugin with: manager.buildSuccess(); But it doesn't work - I have even found unresolved JIRA with no progress recently on it: https://issues.jenkins-ci.org/browse/JENKINS-12010 Publish JUnit Test Results step marks the build as unstable, so it prevents me from changing it to success. Is there any other way to achieve that goal (or can that JIRA be fixed? Should be really easy)?