{"id":19135178,"url":"https://github.com/uptechteam/jenkins","last_synced_at":"2026-02-09T20:40:59.852Z","repository":{"id":114165335,"uuid":"91091908","full_name":"uptechteam/jenkins","owner":"uptechteam","description":"Jenkins CI stuff","archived":false,"fork":false,"pushed_at":"2017-05-12T13:15:07.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-08-20T10:37:08.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/uptechteam.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}},"created_at":"2017-05-12T12:59:36.000Z","updated_at":"2017-05-12T12:59:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"b662c417-7b9d-468a-86a7-65e046490f5e","html_url":"https://github.com/uptechteam/jenkins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uptechteam/jenkins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptechteam%2Fjenkins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptechteam%2Fjenkins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptechteam%2Fjenkins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptechteam%2Fjenkins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uptechteam","download_url":"https://codeload.github.com/uptechteam/jenkins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptechteam%2Fjenkins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29280432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"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":[],"created_at":"2024-11-09T06:29:24.190Z","updated_at":"2026-02-09T20:40:59.837Z","avatar_url":"https://github.com/uptechteam.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jenkins\nUptech Jenkins CI stuff\n\n### Todo. \n\n* Add packages to Dockerfile for builds (Or create own docker image for building)\n* Add plugins.txt for Jenkins to save plugin configurations (So we don't have to mount volumes when running jenkins cloud)\n\n### How to run Jenkins: \n** Docker service must be running on machine. **\n\nRun this command\n* -p is port forwarding for docker container \n* -v is volume mounting \n* * Mount jenkins folder, this way jenkins can store his configs on machine drive(plugins, scripts). Will be removed when plugins.txt configured. Store your job scripts with VCS.\n* * Mount docker.sock, this way we could use host machine docker daemon (Docker in docker is pain, trust me).\n* image docker registry path\n\n```\ndocker run \n    --name jenkins  \n    -p 80:8080 \n    -p 50000:50000 \n    -d \n    -v ${JENKINS_FOLDER}:/var/jenkins_home \n    -v /var/run/docker.sock:/var/run/docker.sock \n    uptech/jenkins\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptechteam%2Fjenkins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuptechteam%2Fjenkins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptechteam%2Fjenkins/lists"}