https://github.com/kubesphere/ks-jenkins
Jenkins distribution for Kubesphere
https://github.com/kubesphere/ks-jenkins
jenkins jenkins-distribution ks-jenkins kubesphere war
Last synced: 11 days ago
JSON representation
Jenkins distribution for Kubesphere
- Host: GitHub
- URL: https://github.com/kubesphere/ks-jenkins
- Owner: kubesphere
- License: apache-2.0
- Created: 2020-11-09T07:17:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T03:31:40.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:43:02.986Z (over 1 year ago)
- Topics: jenkins, jenkins-distribution, ks-jenkins, kubesphere, war
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 22
- Watchers: 7
- Forks: 27
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ks-jenkins
Jenkins distribution for [kubesphere](https://github.com/kubesphere/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](https://github.com/kubesphere/ks-jenkins/releases/latest) |
| 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
```bash
docker build -t .
```