Skip to content
Commit 1083a3f5 authored by Josh Soref's avatar Josh Soref
Browse files

JENKINS-52159: Queue.maintain - tolerate misbehaving sorter.sortBuildableItems()

Any plugin that implements the sort step could throw an exception which would break
the maintain() step. As sorting is really an optional step, it really should not be fatal.

Instead, we wrap the step in a try block, log it, and move on with life.
parent 22aa2e6e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment