|
||||||||||||
|
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 |
||||||||||||
- [JIRA] (JENKINS-15066) Long wait between la... [email protected] (JIRA)
- [JIRA] (JENKINS-15066) Long wait betwe... [email protected] (JIRA)
- [JIRA] (JENKINS-15066) Long wait betwe... [email protected] (JIRA)
- [JIRA] (JENKINS-15066) Long wait betwe... [email protected] (JIRA)
- [JIRA] (JENKINS-15066) Long wait betwe... [email protected] (JIRA)
- [JIRA] (JENKINS-15066) Long wait betwe... [email protected] (JIRA)

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