Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 761 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 761 Bytes

Jenkins swarm slave

openfrontier/jenkins-swarm-slave

A Jenkins swarm slave.

Running

To run a Docker container passing any parameters to the slave

docker run openfrontier/jenkins-swarm-slave -master http://jenkins:8080 -username jenkins -password jenkins -executors 1

Linking to the Jenkins master container there is no need to use --master

docker run -d --name jenkins -p 8080:8080 openfrontier/jenkins
docker run -d --link jenkins:jenkins openfrontier/jenkins-swarm-slave -username jenkins -password jenkins -executors 1