• R
    [FIXES JENKINS-19622] Replace hudson.model.Trigger#timer with... · 565ced0d
    Ryan Campbell 提交于
    [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.
    565ced0d
ComputerSet.java 15.5 KB