Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 401 Bytes

docker_jenkins

Jenkins instance running under docker. You must have a Traefik configured to be able to run it correctly.

To change the jenkins home folder add the new path to the docker/docker-compose-swarm.yml file (in the environment and volumes part )

Build the image

make build

Start the container

make start

Stop the container

make stop