Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T03:31:40.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:43:02.986Z (10 months 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)`ks-jenkins` is an out-of-the-box solution which base on [custom-war-packager](https://github.com/jenkinsci/custom-war-packager).
# Get started
The docker images are below:| | |
|---|---|
| official | `kubesphere/ks-jenkins:v3.5.0-2.346.3` |
| experimental | `kubespheredev/ks-jenkins:master` |## Build from source
[jcli](https://github.com/jenkins-zh/jenkins-cli) is a handy tool which can generate jenkins.war and docker image by one command line.
> For some reasons, you need to config your Maven settings file. Please [see also](https://github.com/kubesphere/ks-jenkins/issues/16).
Build it via: `make build`
Run it via: `make run`
# Plugins
Please pay attention to these plugins, we still need to keep use a special version of them:| Name | Version | Description |
|---|---|---|
| `pipeline-input-step` | `2.12-rc390.24ce2a334298` | Depends on [PR-33](https://github.com/jenkinsci/pipeline-input-step-plugin/pull/33) |