Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL matching should be more flexible #2

Open
orrc opened this issue Apr 22, 2014 · 2 comments
Open

URL matching should be more flexible #2

orrc opened this issue Apr 22, 2014 · 2 comments

Comments

@orrc
Copy link
Owner

orrc commented Apr 22, 2014

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.

@ikermart
Copy link

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

@orrc
Copy link
Owner Author

orrc commented Feb 1, 2015

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants