|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Workaround: Add more slave nodes and enable parallel builds for the affected projects.
The problem with this request of course is that it's too easy for some projects to get blocked forever due to a few badly timed other projects always getting precedence (e.g. a few projects bound to the same 1-executor slave, and one project builds and triggers itself when finished). So IMO this should be rejected.
A plugin making use of queue-related extension points can achieve the same behavior per project rather than globally, achieving the goal requested here without the massive side effects resulting from making the queue into a stack.