Branch: refs/heads/master Home: https://github.com/jenkinsci/throttle-concurrent-builds-plugin Commit: cdcb8e1c967438577cd8ac93104266e8c1ccff07 https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/cdcb8e1c967438577cd8ac93104266e8c1ccff07 Author: Basil Crow <m...@basilcrow.com> Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths: M src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java M src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java Log Message: ----------- Use FlowExecutionList to calculate the number of running Pipeline jobs (#57) Use FlowExecutionList to calculate the number of running Pipeline jobs When throttling the number of builds of a given Pipeline job, the current code iterates through all flyweight executors on the system. This interacts poorly with other plugins, which leak flyweight executors at the present time. It's also not efficient. Instead, we use FlowExecutionList to calculate the number of builds of a given Pipeline job. The old code path remains in place for non-Pipeline jobs. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/throttle-concurrent-builds-plugin/push/refs/heads/master/9a9d5b-cdcb8e%40github.com.