Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 962 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 962 Bytes

Jenkins swarm slave

maestrodev/jenkins-slave

NOTE New versions at csanchez/jenkins-swarm-slave

A CentOS Jenkins swarm slave, installed using Puppet.

For a container with many build tools installed see maestrodev/build-agent

Running

To run a Docker container customizing the different tools with your credentials

docker run \
-e JENKINS_USERNAME=jenkins \
-e JENKINS_PASSWORD=jenkins \
-e JENKINS_MASTER=http://jenkins:8080 \
maestrodev/jenkins-slave

Building

See site.pp and common.yaml for the Puppet configuration in each dir.

build-agent

# Puppet modules are checked in for Docker hub auto builds
# gem install librarian-puppet
# librarian-puppet install
docker build -t maestrodev/jenkins-slave .