cjo9900 commented on Bug JENKINS-9944

From your description/comment I think you have confused the setup.

Case 1

  • tick "join trigger" start F when all downstreawm jobs have finished
  • tick 'run post-build actions at join'
  • tick in post-join actions "trigger parameterized build" and build jobs B, C, D and E

Case 2

  • tick "join trigger" start F when all downstreawm jobs have finished
  • tick 'run post-build actions at join'
  • ignore the Post-Join Actions (don't tick or fill in anything)
  • use "trigger parameterized build" at the bottom of the job config instead

The projects you add to the join trigger are run after all of the downstream jobs have finished, this includes the ones included in the post join parameter-trigger action.

So case 1 has no downstream jobs therefore jobs B-F are started at the same time.
In case 2 B-E are downstream jobs and F is triggered after these finish.

Cannot see any error in this case so closing.

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

Reply via email to