Jenkins slave configured with latest Ruby and Bundler.
1.1K
Start a Jenkins swarm slave into docker with latest ruby and bundler.
docker run -d heliostech/jenkins-slave-ruby -master http://jenkins-server/ -username JENKINS_USER -password JENKINS_USER_KEY -executors 2 -labels "linux debian ruby"
Display the available options with the following command:
docker run -it --rm heliostech/jenkins-slave-ruby -help
This container is part of DevStack, a project to facilitate DevOps work with continuous integration and deployment environment ready to use.
Content type
Image
Digest
Size
324 MB
Last updated
almost 9 years ago
docker pull heliostech/jenkins-slave-ruby