Skip to content
Commit e7bf3965 authored by Josh Soref's avatar Josh Soref Committed by Oliver Gondža
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.

(cherry picked from commit 1083a3f5)
parent b83f350d
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