FrankJian / jenkins

Docker Jenkins Swarm-Ready with HTTPS and Plugin-Installation

Home Page:https://hub.docker.com/r/blacklabelops/jenkins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Jenkins

Docker Stars Docker Pulls

Supported tags and respective Dockerfile links

Distribution Version Tag Dockerfile
Alpine 2.118 latest, 2.118 Dockerfile
Alpine stable 2.107.2 2.107.2 Dockerfile
Alpine release candidate rc Dockerfile
Alpine stable release candidate stable-rc Dockerfile

Older tags remain but are not supported/rebuild.

Support & Feature Requests

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

Maybe no one has ever told you, but munich developers run on beer! If you like my work, share a beer!

BeerMe

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.

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

https://hub.docker.com/r/blacklabelops/jenkins/

License:MIT License


Languages

Language:Shell 90.0%Language:Groovy 10.0%