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

URL matching should be more flexible

Open orrc opened this issue 11 years ago • 2 comments

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 should be more lenient, or Webhook instances should be able to detect by themselves whether they apply to a given URL.

orrc avatar Apr 22 '14 17:04 orrc

I would like to know if there will be this enhancement soon. Any prevision to do this? Thank you!

ikermart avatar Jan 30 '15 18:01 ikermart

@ikermart I haven't thought about it any more, I'm afraid; it Just Works with our Jenkins setup.

Though maybe doing some pattern matching on the URL might be simple (as opposed to fully hardcoding the path, as we do at the moment).

What URL format are you using with your webhooks?

orrc avatar Feb 01 '15 23:02 orrc