git-webhook-proxy
git-webhook-proxy copied to clipboard
Listens for webhooks, mirrors the corresponding git repository locally, then forwards the hook to another server.
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...
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...
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
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...
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...