Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pmpavlov/jenkins-swarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Codefresh build status

Jenkins swarm slave

ppavlov/jenkins-swarm

A Jenkins swarm slave.

For a container with ssh enabled see ppavlov/jenkins-slave

Running

To run a Docker container passing any parameters to the slave

docker run ppavlov/jenkins-swarm -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 ppavlov/jenkins-swarm
docker run -d --link jenkins:jenkins ppavlov/jenkins-swarm-slave -username jenkins -password jenkins -executors 1

Building

docker build -t ppavlov/jenkins-swarm .

About

Jenkins Swarm Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages