{"id":14984674,"url":"https://github.com/cn-docker/jenkins-master","last_synced_at":"2026-02-19T00:24:08.416Z","repository":{"id":37905397,"uuid":"166812644","full_name":"cn-docker/jenkins-master","owner":"cn-docker","description":"Jenkins Master","archived":false,"fork":false,"pushed_at":"2026-01-30T21:10:08.000Z","size":214,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T13:33:59.083Z","etag":null,"topics":["docker","docker-image","jenkins","jenkins-ci","jenkins-pipeline"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/cnservices/jenkins-master/","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cn-docker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":"jnonino","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-01-21T12:44:36.000Z","updated_at":"2026-01-30T21:09:44.000Z","dependencies_parsed_at":"2023-11-21T22:27:07.903Z","dependency_job_id":"f3b23402-e932-4a0d-9478-57046cb55d3e","html_url":"https://github.com/cn-docker/jenkins-master","commit_stats":{"total_commits":193,"total_committers":5,"mean_commits":38.6,"dds":"0.24352331606217614","last_synced_commit":"44b1d2d37bc8e88ed85616e1c462be5dffd3f523"},"previous_names":[],"tags_count":189,"template":false,"template_full_name":null,"purl":"pkg:github/cn-docker/jenkins-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cn-docker%2Fjenkins-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cn-docker%2Fjenkins-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cn-docker%2Fjenkins-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cn-docker%2Fjenkins-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cn-docker","download_url":"https://codeload.github.com/cn-docker/jenkins-master/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cn-docker%2Fjenkins-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-image","jenkins","jenkins-ci","jenkins-pipeline"],"created_at":"2024-09-24T14:09:30.140Z","updated_at":"2026-02-04T01:16:15.632Z","avatar_url":"https://github.com/cn-docker.png","language":"Groovy","funding_links":["https://patreon.com/jnonino"],"categories":[],"sub_categories":[],"readme":"# Jenkins Master Server\n\n[![](https://img.shields.io/docker/pulls/cnservices/jenkins-master.svg)](https://hub.docker.com/r/cnservices/jenkins-master/)\n[![](hhttps://img.shields.io/docker/build/cnservices/jenkins-master)](https://hub.docker.com/r/cnservices/jenkins-master/)\n[![](https://img.shields.io/docker/automated/cnservices/jenkins-master)](https://hub.docker.com/r/cnservices/jenkins-master/)\n[![](https://img.shields.io/docker/stars/cnservices/jenkins-master)](https://hub.docker.com/r/cnservices/jenkins-master/)\n[![](https://img.shields.io/github/license/cn-docker/jenkins-master)](https://github.com/cn-docker/jenkins-master)\n[![](https://img.shields.io/github/issues/cn-docker/jenkins-master)](https://github.com/cn-docker/jenkins-master)\n[![](https://img.shields.io/github/issues-closed/cn-docker/jenkins-master)](https://github.com/cn-docker/jenkins-master)\n[![](https://img.shields.io/github/languages/code-size/cn-docker/jenkins-master)](https://github.com/cn-docker/jenkins-master)\n[![](https://img.shields.io/github/repo-size/cn-docker/jenkins-master)](https://github.com/cn-docker/jenkins-master)\n\nThis is the Jenkins master node. There are no executors in this node, so you need to attach one or more slaves to run the jobs.\n\n## Start Master Jenkins ##\n\nCreate a folder to store Jenkins data files, so the container can be reseted without losing information.  \n   \n    mkdir ~/jenkins_data\n    chmod 777 ~/jenkins_data\n    \nRun the container  \n    \n    docker run -d --name jenkins --restart=always -p 8080:8080 -p 50000:50000 -v ~/jenkins_data:/var/jenkins_home cnservices/jenkins-master \n\n## Adding jobs by default ##\n\nIn order to have Jenkins jobs automatically configured when you run the container, follow these steps:  \n\n1. Inside the jobs folder (jenkins-master/jobs) add a new folder named with the name of the new job.  \n2. Inside the folder created in the previous step, add a new file named config.xml. That file should contain all the configuration of new job.\n\n## Security\n\nThis distribution of Jenkins enables password security with the following credentials:  \n\n    Username: admin  \n    Password: admin  \n\nOnly logged in users can manage Jenkins and is disable the anonymous access.\n\nPLEASE CHANGE THIS SECURITY SETTINGS AFTER DEPLOYING YOUR INSTANCE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcn-docker%2Fjenkins-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcn-docker%2Fjenkins-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcn-docker%2Fjenkins-master/lists"}