|
||||||||
|
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.

After doing some more digging I think I've narrowed down the culprit. This issue was introduced to LTS line after Jenkins ver. 1.532.3. In 1.532.3, the maven plugin user is version 2.0.X. After 1.32.3 when I start seeing the issue, the maven plugin is moved to version 2.1. Between 2.0 and 2.1, the most likely change that caused this regression is https://issues.jenkins-ci.org/browse/JENKINS-19801 (Abort module build when maven build is aborted.)