chevectra87 / jenkins

Docker Jenkins Swarm-Ready with HTTPS and Plugin-Installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Jenkins

Docker Stars Docker Pulls

Distribution Version Tag Dockerfile
Alpine 2.48 latest, 2.48 Dockerfile
Alpine stable 2.32.3 2.32.3 Dockerfile
Alpine release candidate rc Dockerfile
Alpine stable release candidate stable-rc Dockerfile

Older tags remain but are not supported/rebuild.

Make It Short

$ docker run -d -p 80:8080 --name jenkins blacklabelops/jenkins

Passing Parameters

You can run the Jenkins solely with command line parameters!

Example:

$ docker run \
     -d -p 8090:8080 \
     --name jenkins \
	   blacklabelops/jenkins --debug=9

Staring Jenkins with custom debug level.

Example list parameters:

$ docker run --rm blacklabelops/jenkins --help

Lists jenkins plugin parameters.

Example printing Jenkins version:

$ docker run --rm blacklabelops/jenkins --version

Prints the image's Jenkins version.

Support & Feature Requests

Leave a message and ask questions on Hipchat: blacklabelops/hipchat

Build Slaves

Build Slaves can be found here: blacklabelops/swarm

Manual

The detailed manual moved here:

About

Docker Jenkins Swarm-Ready with HTTPS and Plugin-Installation

License:MIT License


Languages

Language:Shell 90.0%Language:Groovy 10.0%