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

No hook handler found!

Open ikermart opened this issue 11 years ago • 1 comments

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 hook on bitbucket like this: "http://test.com:8000" After download the git-webhook-proxy, tried to execute like this: ./git-webhook-proxy --mirror-path "Users/Shared/Jenkins/mirror/" --listen ":8000" --remote "http://localhost:8080" I commit the changes on bitbucket and the hook is send to the proxy, but I it shows "No hook handler found!". Is there any configuration I missed here? Thank you in advance.

ikermart avatar Jan 30 '15 12:01 ikermart

I guess you discovered that the accepted URLs are pretty much hardcoded.

Reopening this, as it's something that I should document better!

orrc avatar Feb 01 '15 23:02 orrc