-
Improvement
-
Resolution: Not A Defect
-
Blocker
-
None
-
Platform: PC, OS: Windows 2000
If you have a large number of jobs queued up waiting for an executor, it would
be helpful if there were a means of moving a job to the front of the queue.
Perhaps a button next to the "cancel" button with an up arrow.
This button should only appear if there are more jobs than executors, and only
for users with either the Admin privilege, or the Job|Build privilege.
- depends on
-
JENKINS-2072 Make the Queue implementation replaceable
-
- Closed
-
[JENKINS-1878] Ability to move job to top of queue
Link |
New:
This issue depends on |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I'm thinking that adding a "priority" attribute to
hudson.model.Queue.WaitingItem would be a good way to deal with this. The
comparator could look at priority before looking at timestamp. Priority could
be "Held", "Low", "Normal", and "High" and default to "Normal". Various
functions could increase or decrease the priority of a job.