Clinton Barr edited a comment on Bug JENKINS-24810

New information:

Ignore everything before this.

Environment:
1. Parent project runs on master, child project runs on slave (allocated by node label)
2. Windows 2012 Server master, Windows 2008 R2 slave
3. Jenkins v1.581, Parameterized Trigger Plugin v2.25
4. Parent project copies one .properties file into workspace, triggers child project from it using ParameterFactory, finishes
5. See attachments for configs and properties file used to trigger child project

I can condense the behavior of this issue down to the following:

  • Each child build triggered by the parent has a chance to be built twice.
  • The duplicate chance occurs each time a child build finishes and the executor of the slave that just built it is freed (to consume a queued child build).
  • The parent project does not need to be running for duplicate child builds to be created.
  • Jenkins Master reboots have no effect (we reboot our master each day)

EDIT: Couldn't remove obsolete attachments. #5 above is referring to ParentProject_config.xml, ChildProject_config.xml and 0.properties.

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