None
In some cases when a Shared Agent was used with 2 or more executors it would not be correctly cleaned when it was not longer used, leading to dangling connections and threads, eventually leading to a starvation on the Jenkins instance.
This fix provides a workaround for JENKINS-50898
None