Skip to content

A docker stack containing a ready to go configuration for a jenkins build server master/slaves for a running docker swarm.

Notifications You must be signed in to change notification settings

toschoch/docker-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Build Server Setup for Docker Swarm

author: Tobias Schoch

Overview

A docker stack containing a ready to go configuration for a jenkins build server master/slaves for a running docker swarm.

Change-Log

0.0.1
  • initial version

Installation / Usage

clone the repo:

git clone https://github.com/toschoch/docker-jenkins.git

create the docker secrets

echo "my-jenkins-user" | docker secret create jenkins-user --
echo "my-jenkins-pw" | docker secret create jenkins-pass --

deploy the stack

docker stack deploy -c docker-compose.yml jenkins

About

A docker stack containing a ready to go configuration for a jenkins build server master/slaves for a running docker swarm.

Resources

Stars

Watchers

Forks

Packages

No packages published