Jenkins JNLP Slave based Ubuntu, for the Jenkins Swarm Plugin
1.3K

./update_envrionment.sh
The automatic environment deploy script will do the following steps:
build and start the jenkinse master and slave container
docker-compose build
docker-compose up
e.g. scale our amount on slave to 4:
docker-compose scale jenkinsslave=4
(use for updates) shutdown and remove all started jenkins containers
docker-compose down
admin / adminUse as template the following github repo:
git clone [email protected]:toschneck/containerized-jenkins.git
You will find the ready to use image for the Jenkins slave on Docerhub:
(optional) remove all temporary data as logs and so on
./rm_temp_conf_files.sh
ATTENTION: make sure to change the default node password keys under:
docker-compose.yml
environment:
- JENKINS_JNLP_PW=change_this_password
Content type
Image
Digest
Size
458.8 MB
Last updated
over 8 years ago
docker pull toschneck/jenkins-slave-jnlp