{"id":28160035,"url":"https://github.com/aryprogrammer/jenkins-starter-pack","last_synced_at":"2026-01-31T18:05:50.603Z","repository":{"id":289290543,"uuid":"970765607","full_name":"ARYPROGRAMMER/jenkins-starter-pack","owner":"ARYPROGRAMMER","description":"This repository is a starter pack to using jenkins for agent building / pipeline creation and learning DevOps ","archived":false,"fork":false,"pushed_at":"2025-04-22T14:00:21.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T10:12:20.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ARYPROGRAMMER.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-22T13:59:35.000Z","updated_at":"2025-05-14T21:23:46.000Z","dependencies_parsed_at":"2025-04-22T15:22:00.317Z","dependency_job_id":"1c856a7c-c83a-46dd-b12b-16d81c5d842f","html_url":"https://github.com/ARYPROGRAMMER/jenkins-starter-pack","commit_stats":null,"previous_names":["aryprogrammer/jenkins-starter-pack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ARYPROGRAMMER/jenkins-starter-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARYPROGRAMMER%2Fjenkins-starter-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARYPROGRAMMER%2Fjenkins-starter-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARYPROGRAMMER%2Fjenkins-starter-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARYPROGRAMMER%2Fjenkins-starter-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARYPROGRAMMER","download_url":"https://codeload.github.com/ARYPROGRAMMER/jenkins-starter-pack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARYPROGRAMMER%2Fjenkins-starter-pack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259905419,"owners_count":22929916,"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":[],"created_at":"2025-05-15T10:12:20.900Z","updated_at":"2026-01-31T18:05:45.584Z","avatar_url":"https://github.com/ARYPROGRAMMER.png","language":"Dockerfile","readme":"# Installation\n## Build the Jenkins BlueOcean Docker Image (or pull and use the one I built)\n```\ndocker build -t myjenkins-blueocean:2.414.2 .\n\n#IF you are having problems building the image yourself, you can pull from my registry (It is version 2.332.3-1 though, the original from the video)\n\ndocker pull devopsjourney1/jenkins-blueocean:2.332.3-1 \u0026\u0026 docker tag devopsjourney1/jenkins-blueocean:2.332.3-1 myjenkins-blueocean:2.332.3-1\n```\n\n## Create the network 'jenkins'\n```\ndocker network create jenkins\n```\n\n## Run the Container\n### MacOS / Linux\n```\ndocker run --name jenkins-blueocean --restart=on-failure --detach \\\n  --network jenkins --env DOCKER_HOST=tcp://docker:2376 \\\n  --env DOCKER_CERT_PATH=/certs/client --env DOCKER_TLS_VERIFY=1 \\\n  --publish 8080:8080 --publish 50000:50000 \\\n  --volume jenkins-data:/var/jenkins_home \\\n  --volume jenkins-docker-certs:/certs/client:ro \\\n  myjenkins-blueocean:2.414.2\n```\n\n### Windows\n```\ndocker run --name jenkins-blueocean --restart=on-failure --detach `\n  --network jenkins --env DOCKER_HOST=tcp://docker:2376 `\n  --env DOCKER_CERT_PATH=/certs/client --env DOCKER_TLS_VERIFY=1 `\n  --volume jenkins-data:/var/jenkins_home `\n  --volume jenkins-docker-certs:/certs/client:ro `\n  --publish 8080:8080 --publish 50000:50000 myjenkins-blueocean:2.414.2\n```\n\n\n## Get the Password\n```\ndocker exec jenkins-blueocean cat /var/jenkins_home/secrets/initialAdminPassword\n```\n\n## Connect to the Jenkins\n```\nhttps://localhost:8080/\n```\n\n## Installation Reference:\nhttps://www.jenkins.io/doc/book/installing/docker/\n\n\n## alpine/socat container to forward traffic from Jenkins to Docker Desktop on Host Machine\n\nhttps://stackoverflow.com/questions/47709208/how-to-find-docker-host-uri-to-be-used-in-jenkins-docker-plugin\n```\ndocker run -d --restart=always -p 127.0.0.1:2376:2375 --network jenkins -v /var/run/docker.sock:/var/run/docker.sock alpine/socat tcp-listen:2375,fork,reuseaddr unix-connect:/var/run/docker.sock\ndocker inspect \u003ccontainer_id\u003e | grep IPAddress\n```\n\n## Using my Jenkins Python Agent\n```\ndocker pull devopsjourney1/myjenkinsagents:python\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryprogrammer%2Fjenkins-starter-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faryprogrammer%2Fjenkins-starter-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryprogrammer%2Fjenkins-starter-pack/lists"}