{"id":20556307,"url":"https://github.com/jenkins-zh/jenkins-formulas","last_synced_at":"2026-01-11T23:57:23.559Z","repository":{"id":52450510,"uuid":"224227963","full_name":"jenkins-zh/jenkins-formulas","owner":"jenkins-zh","description":"Jenkins custom formulas","archived":false,"fork":false,"pushed_at":"2023-04-08T05:56:34.000Z","size":157,"stargazers_count":136,"open_issues_count":15,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T01:15:55.592Z","etag":null,"topics":["docker-image","formula","jenkins","update-center","update-center-mirror","war"],"latest_commit_sha":null,"homepage":"https://www.jenkins-zh.cn/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkins-zh.png","metadata":{"files":{"readme":"README-zh.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://space.bilibili.com/433584098"]}},"created_at":"2019-11-26T15:44:04.000Z","updated_at":"2025-03-27T09:54:42.000Z","dependencies_parsed_at":"2024-06-18T15:22:01.147Z","dependency_job_id":"87727522-1056-4938-922f-4c81122fba06","html_url":"https://github.com/jenkins-zh/jenkins-formulas","commit_stats":null,"previous_names":["jenkins-zh/docker-zh"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkins-zh%2Fjenkins-formulas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkins-zh%2Fjenkins-formulas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkins-zh%2Fjenkins-formulas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkins-zh%2Fjenkins-formulas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkins-zh","download_url":"https://codeload.github.com/jenkins-zh/jenkins-formulas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","formula","jenkins","update-center","update-center-mirror","war"],"created_at":"2024-11-16T03:26:37.098Z","updated_at":"2026-01-11T23:57:23.545Z","avatar_url":"https://github.com/jenkins-zh.png","language":"Go","funding_links":["https://space.bilibili.com/433584098"],"categories":[],"sub_categories":[],"readme":"## Jenkins 中国定制版\n目前定制版发行包括有：Docker 镜像、jenkins.war 文件。所有的 Jenkins 定制版本都包括如下的特性：\n\n* 配置有部署在中国的[代理更新中心](https://github.com/jenkins-zh/mirror-proxy)（update center）\n* [简体中文插件](https://github.com/jenkinsci/localization-zh-cn-plugin)\n\n## 镜像\n[![Docker Stars](https://img.shields.io/docker/stars/jenkinszh/jenkins-zh.svg)](https://hub.docker.com/r/jenkinszh/jenkins-zh/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/jenkinszh/jenkins-zh.svg)](https://hub.docker.com/r/jenkinszh/jenkins-zh/tags)\n\n使用命令如下：\n\n`docker run --rm -p 8080:8080 jenkinszh/jenkins-zh:lts`\n\n下面的例子可以把 Jenkins 的数据目录挂载到本地：\n\n`docker run -u root -v /var/jenkins/data:/var/jenkins_home -p 8080:8080 jenkinszh/jenkins-zh:lts`\n\n[点击这里](https://github.com/jenkins-zh/jenkins-formulas/packages/134536/versions)查看所有 `docker tag` 的版本。\n\n## war\n[![下载](https://api.bintray.com/packages/jenkins-zh/generic/jenkins/images/download.svg) ](https://bintray.com/jenkins-zh/generic/jenkins/_latestVersion)\n\n这种发行版除了包含上述的公共特性外，还包括：\n\n* [配置即代码插件](https://github.com/jenkinsci/configuration-as-code-plugin/)\n\n[点击这里](https://dl.bintray.com/jenkins-zh/generic/jenkins/)查看所有 `jenkins.war` 的版本。\n\n## 配方\n特定的用户场景下，通常会使用一组 Jenkins 插件及其配置，下面是一些常用的开箱即用的方案（也就是这里说的配方）：\n\n| 配方 | 文件名 | 镜像 |\n|---|---|---|\n| 配置即代码 | `jenkins-zh.war` | `jenkinszh/jenkins-zh` [![Docker Pulls](https://img.shields.io/docker/pulls/jenkinszh/jenkins-zh.svg)](https://hub.docker.com/r/jenkinszh/jenkins-zh/tags) |\n| 配置即代码 + 流水线| `jenkins-pipeline.war` | `jenkinszh/jenkins-pipeline` [![Docker Pulls](https://img.shields.io/docker/pulls/jenkinszh/jenkins-pipeline.svg)](https://hub.docker.com/r/jenkinszh/jenkins-pipeline/tags) |\n| 配置即代码 + 流水线 + K8s | `jenkins-k8s.war` | `jenkinszh/jenkins-k8s:2.204.5` [![Docker Pulls](https://img.shields.io/docker/pulls/jenkinszh/jenkins-k8s.svg)](https://hub.docker.com/r/jenkinszh/jenkins-k8s/tags) |\n| BlueOcean + 多分支流水线 | `blueocean-zh.war` | `jenkinszh/blueocean-zh:2.204.5` [![Docker Pulls](https://img.shields.io/docker/pulls/jenkinszh/blueocean-zh.svg)](https://hub.docker.com/r/jenkinszh/blueocean-zh/tags) |\n| 多分支流水线（GitHub、GitLab、Bitbucket）| `jenkins-multi-pipeline-zh.war` | `jenkinszh/jenkins-multi-pipeline-zh:2.204.5` [![Docker Pulls](https://img.shields.io/docker/pulls/jenkinszh/jenkins-multi-pipeline-zh.svg)](https://hub.docker.com/r/jenkinszh/jenkins-multi-pipeline-zh/tags) |\n\n想要贡献一份配方？请在[这里](formulas/README-zh.md)学习如何提交配方。\n\n## Kubernetes\n在 Kubernetes 上，我们推荐使用 Helm Charts，下面是在单节点集群上安装 Jenkins 的命令参考：\n\n```shell script\nhelm repo add stable https://kubernetes-charts.storage.googleapis.com\nhelm install jenkins stable/jenkins \\\n    --set master.image=jenkinszh/jenkins-k8s \\\n    --set master.tag=2.204.5 \\\n    --set master.imagePullPolicy=IfNotPresent \\\n    --set persistence.enabled=false \\\n    --set master.serviceType=NodePort\n```\n\n更多配置参数，请[参考这里](https://github.com/cloudnativeapp/charts/blob/master/curated/jenkins/README.md#configuration)。\n\n## 贡献\n所有的 `LTS` 版本都会分别创建对应的分支，`Weekly` 版本则是在 master 分支上来进行维护。\n\n## 参考\n[Jenkins 官方 Docker Hub 地址](https://hub.docker.com/r/jenkins/jenkins/tags)\n\n## 反馈\n该项目还处于早起阶段，我们欢迎任何人以任何形式帮助完善、提出改进建议。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkins-zh%2Fjenkins-formulas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkins-zh%2Fjenkins-formulas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkins-zh%2Fjenkins-formulas/lists"}