memoselyk / jenkins-cluster-with-docker

Simple Jenkins swarm cluster built on top of Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jenkins-cluster-with-docker

Simple Jenkins swarm cluster built on top of Docker.

Steps:

  • Install Docker and Docker compose following these instructions
  • If you're on Mac, don't forget about eval "$(boot2docker shellinit)" or docker will not work outside boot2docker
  • docker-compose build
  • docker-compose up

Jenkins will be available on port 8080.

If you're running on Mac and using boot2docker, you need to access the virtual machine on port 8080 instead.

boot2docker ssh
ifconfig eth1

to obtain the IP you're interested in.

Plugins

You can customize the Jenkins plugins by modifying the plugins file.

About

Simple Jenkins swarm cluster built on top of Docker.

License:MIT License


Languages

Language:Shell 100.0%