|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-8535) Build should not be mar... [email protected] (JIRA)
- [JIRA] (JENKINS-8535) Build should not b... [email protected] (JIRA)
- [JIRA] (JENKINS-8535) Build should not b... [email protected] (JIRA)
- [JIRA] (JENKINS-8535) Build should not b... [email protected] (JIRA)
- [JIRA] (JENKINS-8535) Build should not b... [email protected] (JIRA)

Would the following change be suitable to https://github.com/jenkinsci/grails-plugin/blob/master/src/main/java/com/g2one/hudson/grails/GrailsBuilder.java#L224?
to
if (r != 0) { if (isBuildFailureDueToFailingTests()) { listener.finished(Result.UNSTABLE); } else { return false; } }