Jenkins swarm-plugin jar file, won't run in background
- by JeanMertz
We're working on an automation script for our Jenkins slaves on a local Unix server. To connect the slaves to the Jenkins master, we use the swarm plugin. Setting up the master was easy, and connecting clients is also easy with a single command.
However, I am trying to get the slave command (a java application) to run in the background without…