[FIXES JENKINS-19622] Replace hudson.model.Trigger#timer with...
[FIXES JENKINS-19622] Replace hudson.model.Trigger#timer with jenkins.util.Timer, which exposes a ScheduledExecutorService. Up to 10 additional threads will be created to run pending tasks even if running tasks are blocked. Also, move static initialization of timers to the classes which require them.
Loading
Please register or sign in to comment