[ 
https://issues.jenkins-ci.org/browse/JENKINS-9913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162659#comment-162659
 ] 

Logan Mattox commented on JENKINS-9913:
---------------------------------------

We had a very similar issue, and found the problem to be in the email part of 
core somewhere.

When we disabled all plugins that extended email, and turned off build 
notification emails, our builds no longer block other concurrent builds that 
share the same name.

The the work around isn't ideal, as we then had to go add email code to several 
build scripts (that we are trying to simplify and remove maintenance from).
                
> 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

        

Reply via email to