It seems like the template project plugin is causing this behaviour when running builds in parallel.

The
https://github.com/jenkinsci/template-project-plugin/blob/master/src/main/java/hudson/plugins/templateproject/ProxyPublisher.java#L43
"""
return BuildStepMonitor.STEP;
"""
Will cause the
Method perform to block in
http://sorcerer.jenkins-ci.org/source-view.html?hudson/tasks/BuildStepMonitor.js#34

Change By: Markus Strand (18/Sep/12 11:18 AM)
Component/s: template-project
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