[ https://issues.jenkins-ci.org/browse/JENKINS-9913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160675#comment-160675 ]
Xavier Leprévost commented on JENKINS-9913: ------------------------------------------- I have the same problem. I am using parameterized trigger where the parameters is a SVN branch. I start : - job build 1 from branch1 - job build 2 from branch2 - job build 3 from branch3 - job build 4 from branch4 They are all running fine, but if job 2 or 3 or 4 finish before 1. They are really finish only when job 1 is finish. Then problem is the node resource not available then for starting a new job, and I am waiting the result of the build. > Concurrent builds getting batched/nodes not getting released when jobs are > completed > ------------------------------------------------------------------------------------ > > Key: JENKINS-9913 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9913 > Project: Jenkins > Issue Type: Bug > Components: concurrent-build > Affects Versions: current > Environment: RedHat Enterprise Linux 4.8, Jenkins 1.414 > Reporter: Philip Metting van Rijn > Assignee: Kohsuke Kawaguchi > > We're experiencing an issue with concurrent builds where Jenkins appears to > be associating separate builds (run on different machines) such that they > won't be marked as completed until all jobs are completed. For example, if > we kick off 5 concurrent builds on 5 different nodes, builds 1-4 won't be > marked as completed if build #5 is still running, even though builds 1-4 are > finished. I've seen a report of someone experiencing this issue elsewhere: > http://groups.google.com/group/jenkinsci-users/browse_thread/thread/e477e25910266d2a?fwc=1 > but a solution wasn't posted. We do not have the batch plugin or the locks > and latches plugin installed. We've disabled all post-build processing and > switched between different containers (Glassfish/Tomcat), but the problem > persists. I couldn't find an issue logged for this other than the > aforementioned posting. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira