Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Not A Defect
-
None
Description
In the AdvancedQueueSorter, queued items are gathered by Queue.getInstance().getBuildableItems() rather than Queue.getInstance().getItems(), is there any reason for this as it won't include jobs that have build parameters.
Priority Sorter will remember the priorities of any Blocked jobs but Blocked jobs are not in the Queue and are not eligible for being started. You can read the discussion in
JENKINS-32266for more info on why the Sorter acts the way it does.