|
||||||||
|
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-16369) Matrix job triggers job ... [email protected] (JIRA)
- [JIRA] (JENKINS-16369) Matrix job triggers... [email protected] (JIRA)
- [JIRA] (JENKINS-16369) Matrix job triggers... [email protected] (JIRA)
- [JIRA] (JENKINS-16369) Matrix job triggers... [email protected] (JIRA)
- [JIRA] (JENKINS-16369) Matrix job triggers... [email protected] (JIRA)
- [JIRA] (JENKINS-16369) Matrix job triggers... [email protected] (JIRA)

I assume that this is using the trigger other projects build step within the matrix job.
In this case the build step is run for every configuration that the main project is configured for, as each environment is different and have the different axis values which can be used to trigger other projects with these parameters.
So is working as expected in this case.
However to trigger the both matrix jobs only once have a upstream job of both matrix jobs and trigger them both from that, and setup parameters in that, passed to both jobs.
i.e. Matrix_trigger -> matrix_1
\> matrix_2