Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 17/Oct/12 8:47 PM
Description:

It appears based on source code reading from Jenkins master branch revision 8ef4df922e47e1e002271562c2c458e764c36b89 that TimerTrigger inherits the buildRequiresWorkspace directly from SCM which return true. This makes it a synchronous trigger. I don't see why each TimerTrigger needs a workspace, it just looks like a way to put a build into the queue. As is, TimerTrigger needs to wait for a thread to become available until it can trigger a job which can at worst just mean that timer events will not be executed if other synchronous events are hogging the executor pool.

Project: Jenkins
Priority: Major Major
Reporter: Seppo Yli-Olli
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