|
||||||||
|
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/d/optout.

The bug was introduced in 1.545. That is the first version that used Maven Project Plugin 2.1. Looking at the code I'm very confident was introduced by changes for https://issues.jenkins-ci.org/browse/JENKINS-19801. That code assumes if modules are still building that main build was aborted, it doesn't take into account the case of parallel module building through -T option and another module failed causing the main build to terminate.