Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
None
-
Jenkins ver. 2.46.1, Throttle Concurrent Builds Plug-in 1.9.0
Description
I use the Throttle Concurrent Builds plugin in order to ensure that only 1 node at a time is doing a Docker job. Under normal circumstances, it works. However, when new Jenkins nodes first come online, I notice that Jenkins is dispatching more than one job to the same Jenkins/Docker node. This causes job failures.
However, after the first round of my jobs fail, something evidently changes within Jenkins because from that point forward, Jenkins correctly only assigns one job per Docker node.
Rather than using this plugin, I'm going to just assign onlh 1 executor to my slave nodes allowing me to not have to rely on this plugin.