Issue Type: Bug Bug
Assignee: Unassigned
Attachments: deadlock.png
Components: parameterized-trigger-plugin
Created: 13/Feb/15 5:59 PM
Description:

the job "parent_job" has a param. trigger build-step, which called the job "child_job" and blocks "parent_job" till "child_job" is finished.

This causes a deadlock, because the one executor is consumed by the "parent_job", although it is just waiting. So the "child_job" will never get an available executor.

Is it possible to release the executor during the waiting time to make it available for other jobs?

Environment: Jenkins Version: jenkins-1.598-1.1
OS: CentOs 6.6 x86_64
Parameterized Trigger Plugin Version: 2.25
Nr of Executors: 1
Project: Jenkins
Labels: plugin jenkins
Priority: Critical Critical
Reporter: Wofgang Bauer
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