{"id":47891117,"url":"https://github.com/osodevops/docker-jenkins-master","last_synced_at":"2026-04-04T03:06:12.095Z","repository":{"id":46421733,"uuid":"316480308","full_name":"osodevops/docker-jenkins-master","owner":"osodevops","description":"Jenkins Master with all the bells and whistles ","archived":false,"fork":false,"pushed_at":"2021-10-26T06:29:13.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-01T11:29:25.265Z","etag":null,"topics":["docker","jenkins","jenkins-plugin","shell-script"],"latest_commit_sha":null,"homepage":"https://oso.sh","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osodevops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-27T11:15:18.000Z","updated_at":"2021-10-26T06:28:42.000Z","dependencies_parsed_at":"2022-08-20T08:50:16.199Z","dependency_job_id":null,"html_url":"https://github.com/osodevops/docker-jenkins-master","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/osodevops/docker-jenkins-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Fdocker-jenkins-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Fdocker-jenkins-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Fdocker-jenkins-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Fdocker-jenkins-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osodevops","download_url":"https://codeload.github.com/osodevops/docker-jenkins-master/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Fdocker-jenkins-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31385942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"online","status_checked_at":"2026-04-04T02:00:07.569Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","jenkins","jenkins-plugin","shell-script"],"created_at":"2026-04-04T03:06:11.344Z","updated_at":"2026-04-04T03:06:12.077Z","avatar_url":"https://github.com/osodevops.png","language":"Dockerfile","readme":"\n\u003c!-- markdownlint-disable --\u003e\n# Jenkins Master running in Docker\n\u003c!-- markdownlint-restore --\u003e\n\n[![README Header][readme_header_img]][readme_header_link]\n\n\u003c!--\n\n\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** This file was automatically generated by the `build-harness`.\n  ** 1) Make all changes to `README.yaml`\n  ** 2) Run `make init` (you only need to do this once)\n  ** 3) Run`make readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n\n\n\n--\u003e\nA Jenkins master comes with the basic installation of Jenkins, and in this configuration, the master handles all the tasks for your build system.\n\n---\n\n\n\n\n\n\n## Usage\n\n### Running the container\n\n```bash\n  $ docker run -d -p 8080:8080 -p 50000:50000 --env-file=./env.file --name jenkins jenkins\n```\n\nYou have to modify the env.file file with the following parameters:\n\n - __JENKINS_URL__: is the external URL of your jenkins (ex. \"http://localhost:8080/\")\n - __JENKINS_ADMIN__: is the Jenkins administrator\n - __JENKINS_PASSWORD__: is the password of the Jenkins administrator\n\n\n\n\n## Examples\n\nTo build and run, follow this example\n```shell\n  $ docker build -t jenkins .\n```\n\n### Running slaves\n\nIf you would like to start one (or several) Jenkins slaves.\n\n```shell\n  $docker build -f DockerfileSlave -t jenkins-slave .\n  $docker run -d -v /var/run/docker.sock:/var/run/docker.sock --rm --name jenkins-slave jenkins-slave -url \u003cmaster-url\u003e \u003csecret\u003e \u003chost\u003e\n```\n\n - __master-url__: is the URL of your jenkins\n - __ secret__: is the agent secret\n - __host__: is the agent name\n\nAdd `-v /srv:/srv --privileged` on the target's slave\n\n### Plugins\nYou may update the `plugins.txt` which what need, please be sure to update the Configuration as code plugin configuration file: `jenkins.yaml`\n\n\n\n\n\n## Related Projects\n\nCheck out these related projects.\n\n- [Jenkins Slave Node running in Docker](https://github.com/osodevops/docker-jenkins-slave) - The Jenkins master acts to schedule the jobs and assign slaves and send builds to slaves to execute the jobs.\n- [Jenkins Operations Center Tutorial (CJOC)](https://github.com/osodevops/docker-jenkins-cjoc) - CJOC is used for managing multiple Jenkins Masters. It makes it much easier to scale Jenkins horizontally, as it makes it possible to share build nodes between masters.\n\n\n\n## Need some help\n\nFile a GitHub [issue](https://github.com/osodevops/docker-jenkins-master/issues), send us an [email][email] or [tweet us][twitter].\n\n## The legals\n\nCopyright © 2017-2021 [OSO](https://oso.sh) | See [LICENCE](LICENSE) for full details.\n\n[\u003cimg src=\"https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-logo-green.png\" alt=\"OSO who we are\" width=\"250\"/\u003e](https://oso.sh/who-we-are/)\n\n## Who we are\n\nWe at [OSO][website] help teams to adopt emerging technologies and solutions to boost their competitiveness, operational excellence and introduce meaningful innovations that drive real business growth. Our developer-first culture, combined with our cross-industry experience and battle-tested delivery methods allow us to implement the most impactful solutions for your business.\n\nLooking for support applying emerging technologies in your business? We’d love to hear from you, get in touch by [email][email]\n\nStart adopting new technologies by checking out [our other projects][github], [follow us on twitter][twitter], [join our team of leaders and challengers][careers], or [contact us][contact] to find the right technology to support your business.[![Beacon][beacon]][website]\n\n  [logo]: https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-logo-green.png\n  [website]: https://oso.sh?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=website\n  [github]: https://github.com/osodevops?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=github\n  [careers]: https://oso.sh/careers/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=careers\n  [contact]: https://oso.sh/contact/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=contact\n  [linkedin]: https://www.linkedin.com/company/oso-devops?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=linkedin\n  [twitter]: https://twitter.com/osodevops?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=twitter\n  [email]: mailto:enquiries@oso.sh?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=email\n  [readme_header_img]: https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-animation.gif\n  [readme_header_link]: https://oso.sh/what-we-do/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/docker-jenkins-master\u0026utm_content=readme_header_link\n  [beacon]: https://github-analyics.ew.r.appspot.com/G-WV0Q3HYW08/osodevops/docker-jenkins-master?pixel\u0026cs=github\u0026cm=readme\u0026an=docker-jenkins-master\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosodevops%2Fdocker-jenkins-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosodevops%2Fdocker-jenkins-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosodevops%2Fdocker-jenkins-master/lists"}