Two forms of the distribution that you can find from here: docker image and jenkins.war file. All distributions include the following features:
- With the update center mirror which serves in China
- Simplified Chinese Plugin
- Configuration as Code Plugin
An example of running it:
docker run --rm -p 8080:8080 jenkinszh/jenkins-zh:lts
You can mount the volume by the following command:
docker run -u root -v /var/jenkins/data:/var/jenkins_home -p 8080:8080 jenkinszh/jenkins-zh:lts
Find all tags by click here。
Find all jenkins.war files by click here.
Below are some out-of-the-box solutions which I call them formulas
Formula | File Name | Image |
---|---|---|
Configuration as Code | jenkins-zh.war |
jenkinszh/jenkins-zh |
Configuration as Code + Pipeline | jenkins-pipeline.war |
jenkinszh/jenkins-pipeline |
Want to contribute a formula? Please learn it from here.
该项目还处于早起阶段,我们欢迎任何人以任何形式帮助完善、提出改进建议。