|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I can look but unless I'm misunderstanding, that's a solution to a different problem.
The problem here is that jenkins is setting maven.test.failure.ignore=true, so if even in a single-module build your "goals and options" are set to "deploy", if the tests fail the build will still deploy. Setting maven.test.failure.ignore=false does prevent this behavior, but it's very inconvenient because it has to be set per-project (I can't find a way to set it globally) and the fact that it's not a default means we didn't notice this until we noticed jenkins had deployed functionally-broken artifacts.