zregvart commented on Bug JENKINS-26848

I've released version 1.0.16-beta1 that you can try from the experimental update center (read about it at http://jenkins-ci.org/content/experimental-plugins-update-center).

A new feature was added that helps with your situation called parallel builds, under Advanced settings of the job configuration you need to set I’m running this job in parallel on same node. With this set, an offset tied to the node the executor is running on is added into the calculation of the display name.

In that case display name is 100 * node + executor + offset. For instance display name for a job running on slave 3 under executor 4 with offset of 20 will be 324.

I would much appreciate if you could test the beta release and confirm if it works for you so that I can release the next version of the plugin.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to