git-webhook-proxy icon indicating copy to clipboard operation
git-webhook-proxy copied to clipboard

Listens for webhooks, mirrors the corresponding git repository locally, then forwards the hook to another server.

Results 5 git-webhook-proxy issues
Sort by recently updated
recently updated
newest added

e.g. we could be missing the SSH key for a new repo, but we still want Jenkins to act on a git push — having a reference repo cloned by...

bug

It would be better if the mirror repo can fetch lfs objects (also applies to the submodules). Basically, run `git lfs fetch ${remote} --all` would work (if the repo doesn't...

enhancement

Currently this program doesn't mirror any submodule which sometimes is the largest compared with the main repo. Supporting mirror all submodules would be nice. Some reference: https://support.cloudbees.com/hc/en-us/articles/115001728812-Using-a-Git-reference-repository

enhancement

We only support exact paths like `/git/notifyCommit` at the moment. This should be more flexible, e.g. as often Jenkins will be installed with http://example.com/jenkins/ as the base URL. URL matching...

enhancement

Hello, I'm trying to configurate the git-webhook-proxy, in my MacOSX server. I have jenkins on "http://localhost:8080", created a job with name "AndroidTesting", and a repository on bitbucket, I configured the...