{"id":20990557,"url":"https://github.com/offa/jenkins-push-url-generator","last_synced_at":"2026-03-18T00:46:05.340Z","repository":{"id":37960931,"uuid":"168588438","full_name":"offa/jenkins-push-url-generator","owner":"offa","description":"Generates Git Push Notification URLs for Jenkins.","archived":false,"fork":false,"pushed_at":"2026-03-09T17:41:18.000Z","size":164,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-09T23:00:26.586Z","etag":null,"topics":["git","jenkins","jenkins-scm","jenkins-webhook","notification-urls","push-notifications"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/offa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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}},"created_at":"2019-01-31T20:05:36.000Z","updated_at":"2026-03-09T17:41:14.000Z","dependencies_parsed_at":"2023-02-08T12:45:49.918Z","dependency_job_id":"3e457750-27cc-4ce1-a5a4-25c6ee72f37b","html_url":"https://github.com/offa/jenkins-push-url-generator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/offa/jenkins-push-url-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offa%2Fjenkins-push-url-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offa%2Fjenkins-push-url-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offa%2Fjenkins-push-url-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offa%2Fjenkins-push-url-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offa","download_url":"https://codeload.github.com/offa/jenkins-push-url-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offa%2Fjenkins-push-url-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30637632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T00:09:27.587Z","status":"ssl_error","status_checked_at":"2026-03-18T00:09:26.123Z","response_time":56,"last_error":"SSL_read: 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":["git","jenkins","jenkins-scm","jenkins-webhook","notification-urls","push-notifications"],"created_at":"2024-11-19T06:34:12.044Z","updated_at":"2026-03-18T00:46:05.308Z","avatar_url":"https://github.com/offa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins Push URL Generator\n\n[![CI](https://github.com/offa/jenkins-push-url-generator/workflows/ci/badge.svg)](https://github.com/offa/jenkins-push-url-generator/actions)\n[![GitHub release](https://img.shields.io/github/release/offa/jenkins-push-url-generator.svg)](https://github.com/offa/jenkins-push-url-generator/releases)\n[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](LICENSE)\n![Python 3.9](https://img.shields.io/badge/python-3.10-green.svg)\n\nGenerates [Push Notification URLs](https://plugins.jenkins.io/git/#plugin-content-push-notification-from-repository) to be used by Git repositories to trigger [Jenkins](https://jenkins.io/) builds.\n\n\n#### Usage\n\n```sh\n# URL for host passed by parameter\npython generate_url.py -j https://ci.example.org:9090 -t 9f287293553540997f919afe1c02cce9111e80d5 git@example.com:ex/git-repo.git\n\n# URL for 'prod' host predefined in 'jenkins.conf'\npython generate_url.py -e prod -t bd44e92b89971150123a9d837d1481095611c32c git@example.com:ex/git-repo.git\n\n# URL for all hosts predefined in 'jenkins.conf'\npython generate_url.py -a -t 25e575a3fbb2f32f083e8768b757fb5fc082bfe5 git@example.com:ex/git-repo.git\n```\n\nUse `python generate-url.py --help` for more information.\n\n\n##### Predefined environments\n\nThe `--environment` / `-e` options load the host and port by name from the `jenkins.conf` file.\nEach entry consists of a *name* and the *host* (with a optional port). `https://` is added if neither `https://` nor `http://` is present. Use `-a` / `--all` to generate URLs for all entries.\n\n```ini\n[instances]\nprod = jenkins-prod-1\ntest = jenkins-test:8082\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffa%2Fjenkins-push-url-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffa%2Fjenkins-push-url-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffa%2Fjenkins-push-url-generator/lists"}