Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 796 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 796 Bytes

Jenkins Plus

An extension of the official Jenkins docker image providing additional tools and utilities installed to assist with builds. Images are provided for both the latest and alpine tags of the Jenkins image, both containing the following extra packages:

  • cloc
  • graphviz

Unless you need these tools, the Jenkins image from the docker library should satisfy your needs.

Build

To build this docker image, simply run:

docker build -t flungo/jenkins-plus src/latest

For the alpine image:

docker build -t flungo/jenkins-plus:alpine src/alpine

Usage

This image should be used in the same was as the Jenkins docker image from the library changing the image to flungo/jenkins-plus.