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

Seems to be a problem of the Maven-job:
Setup "job A" as Freestyle Project
Setup "job B" as Freestyle Project and set "job A" as trigger (Status shows job A as Upstream Project)
Setup "job Maven-B" as Maven Project and set "job A" as trigger (Status does not show any upstream project)
When "job A" is build and finishes, "job B" is triggered, but not "job Maven-B"
You can make "job Maven-B" triggered by "job A" by setting it as a Post-Build-Action in "job A"