git-webhook-proxy
git-webhook-proxy copied to clipboard
URL matching should be more flexible
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.
I would like to know if there will be this enhancement soon. Any prevision to do this? Thank you!
@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?