Ken Beal commented on Bug JENKINS-25529

NOTE: job flowB does NOT NEED to have parameters defined in it. The requirement is that job flowA SENDS PARAMETERS to the flowB job (one can send unnamed parameters) – AND that the parameters have different values.

Starting three jobs like the above, but with "string: 1" in each of them, only one instance runs.

A final potential edge case here: what if I run two jobs with "string: 1" and one with "string: 2"? That ran two instances of the same instance number and one instance of the consecutive number – but of course, only one of the two with the same instance number actually ran.

In other words, it said it started "flowB #11", "flowB #11", and "flowB #12", but only #11 and #12 ran, so it didn't actually run three jobs in parallel like it should have.

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.

Reply via email to