Docker Jenkins
Continuous Integration server.
Installation
Builds of the image are available on Docker Hub.
docker pull codeworksio/jenkins
Alternatively you can build the image yourself.
docker build --tag codeworksio/jenkins \
github.com/codeworksio/docker-jenkins
Testing
make build test