No hook handler found!
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.
I guess you discovered that the accepted URLs are pretty much hardcoded.
Reopening this, as it's something that I should document better!