|
||||||||
|
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/groups/opt_out.

There is a known issue if the child jobs have "block if upstream is running" enabled as they see the triggering job as running, which might be the issue that you are seeing.
You should check, that there is a free executor for the child project to run on matching its labels, etc. If this is not the case, can you actually post the reasons that the pending jobs are not running (from the tooltip when hovering over the items in the Queue), as this will normally indicate the reason for the builds not running.
i.e. waiting for an Executor on slave1 or Waiting for Up/Downstream project to finish
Can you provide the following:
Plugins(+versions) that are used in the parent and child jobs including the parameterized-trigger.
and also attach the config.xml files to the issue for the two jobs. (suitably cleansed od sensitive data)
And if you are are building on the slaves can you also indicate the master/slave config
i.e. linux master with 0 executors, slave1 windows with 2 executors that these jobs are tied to.
So that others can reproduce the issue and allow for it to be debugged.