Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 449 Bytes

This Docker image builds off the offical Jenkins base image and adds a bunch of build and deployment tools to allow the Jenkins server to successfully build most projects without any specialized agents.

This is only used for testing, as authentication has been disabled allowing anyone to do anything.

Run with

docker run -p 8080:8080 -p 50000:50000 --restart=on-failure -v jenkins_home:/var/jenkins_home mcasperson/universaljenkins