{"id":15954338,"url":"https://github.com/nekoimi/grapeci","last_synced_at":"2026-04-12T11:34:15.198Z","repository":{"id":120622042,"uuid":"607080592","full_name":"nekoimi/GrapeCI","owner":"nekoimi","description":"基于Jenkins的全阶段容器化CI/CD框架","archived":false,"fork":false,"pushed_at":"2024-09-03T07:03:35.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T05:44:18.830Z","etag":null,"topics":["cd","ci","cicd","container","docker","groovy","jenkins","jenkinsfile","pipeline","shell"],"latest_commit_sha":null,"homepage":"","language":"Groovy","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/nekoimi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-02-27T09:16:39.000Z","updated_at":"2024-09-03T07:03:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b18eb5f-55b1-42d8-a4ec-620739f108f6","html_url":"https://github.com/nekoimi/GrapeCI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nekoimi/GrapeCI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekoimi%2FGrapeCI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekoimi%2FGrapeCI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekoimi%2FGrapeCI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekoimi%2FGrapeCI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekoimi","download_url":"https://codeload.github.com/nekoimi/GrapeCI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekoimi%2FGrapeCI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31713876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cd","ci","cicd","container","docker","groovy","jenkins","jenkinsfile","pipeline","shell"],"created_at":"2024-10-07T13:17:07.071Z","updated_at":"2026-04-12T11:34:15.170Z","avatar_url":"https://github.com/nekoimi.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpre\u003e\n   ______                      __________\n  / ____/________ _____  ___  / ____/  _/\n / / __/ ___/ __ `/ __ \\/ _ \\/ /    / /  \n/ /_/ / /  / /_/ / /_/ /  __/ /____/ /   \n\\____/_/   \\__,_/ .___/\\___/\\____/___/   \n               /_/                       \n\u003c/pre\u003e\n基于Jenkins的全阶段容器化CI/CD框架（适用于pipeline模式）\n\n\n### 使用\n\n##### 1、使用`docker in docker`来运行jenkins\n\n详细：[https://github.com/nekoimi/jenkins-dind](https://github.com/nekoimi/jenkins-dind)\n\n\n##### 2、设置全局共享库\n\n![image](https://github.com/user-attachments/assets/fc4faa6d-96e8-455e-bd18-8d16ecba56db)\n\n仓库地址最好使用自己的私有地址，可以将本项目clone到私有的git仓库\n\n##### 3、特殊插件\n\n除了jenkins默认推荐的插件以外，还需要安装一下插件：\n\n- [minio插件](https://github.com/jenkinsci/minio-plugin) ： 上传打包产物到minio存储\n\n- [企业微信机器人通知插件](https://github.com/jenkinsci/wxwork-notification-plugin) : 发送企业微信消息\n\n\n##### 4、Jenkinsfile\n\n```groovy\n#!groovy\n\nnode {\n    grapeCI()\n}\n```\n\njenkinsfile只需要写固定的入口启动代码，不需要其他代码，grapeCI对应的文件是：[vars/grapeCI.groovy](https://github.com/nekoimi/GrapeCI/blob/master/vars/grapeCI.groovy)，\n\n通过该入口启动框架中的`stage`来完成流水线构建\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekoimi%2Fgrapeci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekoimi%2Fgrapeci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekoimi%2Fgrapeci/lists"}