-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
jenkins 1.652
hello,
More than 10000 Builds are stacked in the Build Queue.
So, I want to back up information about this build and delete the build queue that is currently accumulated.
Is there a way to get parameter values of Builds in Build Queue and back them up?
Also, how can I delete the Build Queue at once?
thank you
[JENKINS-69291] How to extract parameters of Build in Build Queue
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
This Issue Tracker is to report Jenkins issues, not seek support. Support questions should go to StackOverlflow, Community, or Gitter.
Nevertheless, these groovy bits will get you started. To list all jobs in the queue, if parameterized and why in the queue.
Clearing the queue:
// Clear the entire Job Queue: Jenkins.instance.queue.clear()
Closing out ticket.