{"id":16388035,"url":"https://github.com/dotmpe/docker-jenkins","last_synced_at":"2026-06-18T22:32:40.748Z","repository":{"id":138232125,"uuid":"68697195","full_name":"dotmpe/docker-jenkins","owner":"dotmpe","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-30T21:14:14.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T14:49:59.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dotmpe.png","metadata":{"files":{"readme":"ReadMe.rst","changelog":"ChangeLog.rst","contributing":null,"funding":null,"license":null,"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":"2016-09-20T09:38:14.000Z","updated_at":"2016-09-20T09:55:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bf322d4-7a96-4528-b19a-355148c087e9","html_url":"https://github.com/dotmpe/docker-jenkins","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dotmpe/docker-jenkins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fdocker-jenkins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fdocker-jenkins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fdocker-jenkins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fdocker-jenkins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotmpe","download_url":"https://codeload.github.com/dotmpe/docker-jenkins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fdocker-jenkins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34510285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2024-10-11T04:28:11.116Z","updated_at":"2026-06-18T22:32:40.732Z","avatar_url":"https://github.com/dotmpe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":":Created: 2015-08-30\n:Updated: 2016-08-31\n:Version: 0.0.5-dev\n\nJenkins Server\n  - `bvberkum/jenkins-server \u003c//hub.docker.com/r/bvberkum/jenkins-server\u003e`_\n\n    .. image:: https://badge.imagelayers.io/bvberkum/docker-jenkins:latest.svg\n        :target: https://imagelayers.io/?images=bvberkum/docker-jenkins:latest\n        :alt: Get your own badge on imagelayers.io\n\n\n\nFeatures\n  - Customized Jenkins docker has CLI and JJB pre-installed::\n\n      docker exec -ti $cname jenkins-cli help\n      docker exec -ti $cname jenkins-jobs help\n\n  - Use JJB templates and initialize Jenkins jobs from YAML::\n\n      jenkins-jobs update my-build.yaml\n\n  - Build job configurations from JJB templates from dotmpe/jenkins-templated-builds.\n    Use presets values with templates, or fill out placeholders using\n    generate, and write new YAML formatted jobs::\n\n      cd $JTB_SRC_DIR\n      ./bin/jtb.sh compile-preset gh-jtb\n      jenkins-jobs update gh-jtb.yaml:tpl/base.yaml\n\n    Or use generate custom jobs based on templates directly from environment vars in shell scripts::\n\n      name=jtb job-template-builder.py generate \u003ctpl-id\u003e \u003ctpl-files\u003e \u003e my-build.yaml\n\n    And trigger the build::\n\n      docker exec -ti $cname jenkins-cli build \u003cjob-id\u003e\n\n\nBuild, start, and configure::\n\n  ./build.sh \u0026\u0026 \\\n  ./run.sh \u0026\u0026 \\\n  ./config.sh\n\nThe main script is ``init.sh``. That and other scripts above take arguments\n``[env [tag]]`` (default ``dev latest``).\n\nRefer to those scripts for functionality. Documentation is not mantained and\ncan easily be out of date. Script `inits.sh`` has a few pre-configurations.\n\nDev\n----\n- `Versions \u003cChangeLog.rst\u003e`__\n- `Setup guide \u003cdoc/setup.rst\u003e`__\n\nBranches\n  master\n    Releases. Stable, tested code.\n  dev\n    Development, testing.\n\nIssues\n  - CLI works except with stdin. Taking the JAR out the container does not help.\n    Made one built-in function (init_cb_folder) to generate new folders.\n\nWishlist\n  - Want to initialize title, preferably from fontfile and svg or someting.\n    Right now copies custom/title.png and custom/headshot.png.\n\n  - \u003cprimaryView\u003eTesting\u003c/primaryView\u003e\n  - Misc. initial settings now done by hand:\n\n    - Turn of HTML description filtering in security settings (done)\n    - Set Simple Theme to userContent.css/js (done)\n    - Add public key to user (done)\n    - Get API key from user (for JJB)\n    - Setup slaves (initial setup done)\n    - Add docker cloud settings (done)\n\n    - TODO: set admin email, mailhost\n\n    - added better list view(s) (done),\n      TODO: set default view\n      config.xml: \u003cprimaryView\u003eTesting\u003c/primaryView\u003e\n\n    - some global choice parameters?\n    - add console output parsing rules..\n    - migrate/package Build Failure Analyzer files?\n\n    - may also try 'jvm_options' = '-Djenkins.install.runSetupWizard=false'\n      for manual 2.0 setup.\n\n    - Can use cURL for some provisioning:\n      https://gist.github.com/stuart-warren/7786892\n\n\n.. raw:: html\n\n    \u003clink rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://rawgit.com/wesbos/Font-Awesome-Docker-Icon/master/fontcustom/fontcustom.css\"\u003e\n\n    \u003ci class=\"fa fa-docker\"\u003e\u003c/i\u003e\n\n\n.. image:: docker-logo.png\n\n.. image:: jenkins-logo.png\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fdocker-jenkins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotmpe%2Fdocker-jenkins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fdocker-jenkins/lists"}