jenkinsci / docker-swarm-plugin

Jenkins plugin which allows to add a Docker Swarm as a cloud agent provider
https://plugins.jenkins.io/docker-swarm/
MIT License
55 stars 47 forks source link

Add option to run a global agent #68

Open hamza3202 opened 4 years ago

hamza3202 commented 4 years ago

There should be an option to run agent/service with mode set to global instead of Replication with only one replica. This would allow swarm node management via jenkins easily.

I could try to open a PR if I could get some pointers from someone who is familiar with the codebase.