Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 774 Bytes

File metadata and controls

18 lines (15 loc) · 774 Bytes

ks-jenkins

Jenkins distribution for kubesphere, but you may use it for other purposes. It's just a standard jenkins plus some plugins.

Get started

The docker images are below:

Type Image
official latest-release
experimental kubesphere/ks-jenkins:master

Build your own jenkins image

  1. Clone this repo
  2. Modify the Dockerfile and plugins.txt as you need.
  3. Build the image
docker build -t <your-image-name> .