-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
jenkins 2.249.2
docker plugin 1.2.1
I have a linux workstation with docker installed on it, the daemon.json file has:
hosts: "tcp://0.0.0.0:2375"
i've added this workstation as a cloud to the jenkins server, communication is working properly and I can use it with the command "dockerNode" in my scripts.
i've set the container cap on this workstation to 10, but no matter how many times I run a job with dockerNode, it creates WAY MORE than 10 container instances on that machine....