{"id":22281715,"url":"https://github.com/jenkinsci/gogs-webhook-plugin","last_synced_at":"2025-07-28T20:31:17.694Z","repository":{"id":10112448,"uuid":"63899862","full_name":"jenkinsci/gogs-webhook-plugin","owner":"jenkinsci","description":"Jenkins Gogs Webhook","archived":false,"fork":false,"pushed_at":"2023-06-14T22:20:28.000Z","size":1754,"stargazers_count":79,"open_issues_count":10,"forks_count":42,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-05T03:31:37.620Z","etag":null,"topics":["gogs","gogs-webhook-plugin","jenkins","webhook"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/gogs-webhook/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.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":null,"support":null}},"created_at":"2016-07-21T20:21:00.000Z","updated_at":"2025-03-22T07:41:04.000Z","dependencies_parsed_at":"2023-01-11T17:46:42.972Z","dependency_job_id":null,"html_url":"https://github.com/jenkinsci/gogs-webhook-plugin","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/jenkinsci/gogs-webhook-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgogs-webhook-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgogs-webhook-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgogs-webhook-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgogs-webhook-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/gogs-webhook-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgogs-webhook-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267580459,"owners_count":24110845,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["gogs","gogs-webhook-plugin","jenkins","webhook"],"created_at":"2024-12-03T16:21:09.317Z","updated_at":"2025-07-28T20:31:17.272Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins/gogs-webhook-plugin/master)](https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fgogs-webhook-plugin/activity/) [![Build Status](https://travis-ci.org/jenkinsci/gogs-webhook-plugin.svg?branch=master)](https://travis-ci.org/jenkinsci/gogs-webhook-plugin)\n\nGogs-Webhook Plugin\n===================\n\nThis plugin integrates [Gogs](https://gogs.io/) to Jenkins.\u003cbr\u003e\n\nIn Gogs configure your webhook like this:\u003cbr\u003e\nhttp(s)://\u003c\u003c jenkins-server \u003e\u003e/gogs-webhook/?job=\u003c\u003c jobname \u003e\u003e[\u0026branch=\u003c\u003c branch name\u003e\u003e]\n\nExample how your the webhook in Gogs should look like:\n![Example webhook](https://github.com/jenkinsci/gogs-webhook-plugin/raw/master/bin/gogs-webhook-screenshot.png)\n\n### About integration tests\n\nThis project has some integration tests available. For more details see the [dedicated readme](about_integration_tests.md).\n\n### Change Log\n#### Version 1.0.14 (Apr 4, 2018)\n- Fixes `job not found` if slashes are used in branch [[GH_ISSUE#36](https://github.com/jenkinsci/gogs-webhook-plugin/issues/36)/[PR#40](https://github.com/jenkinsci/gogs-webhook-plugin/pull/40)].\n\n#### Version 1.0.13 (Mar 16, 2018)\n- Fixes `job not found` if folders are used [[GH_ISSUE#36](https://github.com/jenkinsci/gogs-webhook-plugin/issues/36)/[PR#37](https://github.com/jenkinsci/gogs-webhook-plugin/pull/37)].\n\n#### Version 1.0.12 (Mar 8, 2018)\n- Expose REF and BEFORE payload to environment variables (GOGS_REF and GOGS_BEFORE) \n\n#### Version 1.0.11 (Feb 26, 2018)\n- Use `[IGNORE]` at start of commit subject to ignore the push\n- Multibranch pipeline support (untested)\n\n#### Version 1.0.10 (Apr 10, 2017)\n- Allow empty password [[PR#19](https://github.com/jenkinsci/gogs-webhook-plugin/pull/19)]\n\n#### Version 1.0.9 (Mar 8, 2017)\n- Added new Gogs authentication but keeps it compatible with old version [[PR#16](https://github.com/jenkinsci/gogs-webhook-plugin/pull/16)]\n- Added folder support [[PR#12](https://github.com/jenkinsci/gogs-webhook-plugin/pull/12)]\n\n#### Version 1.0.8 (Dec 20, 2016)\n- Fixes impersonation problem of v1.0.7\n\n#### Version 1.0.7 (Dec 6, 2016)\n- Added Gogs secret per job [[PR#3](https://github.com/jenkinsci/gogs-webhook-plugin/pull/3)]\n\n#### Version 1.0.6 (Sep 5, 2016)\n- Added pipeline support.\n\n#### Version 1.0.4 (Jul 4, 2016)\n- Added CSRF protection [[JENKINS-37149](https://issues.jenkins-ci.org/browse/JENKINS-37149)]\n\n#### Version 1.0 (Jul 21, 2016)\n- First release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fgogs-webhook-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fgogs-webhook-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fgogs-webhook-plugin/lists"}