We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We only support exact paths like /git/notifyCommit at the moment.
/git/notifyCommit
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.
Webhook
The text was updated successfully, but these errors were encountered:
I would like to know if there will be this enhancement soon. Any prevision to do this? Thank you!
Sorry, something went wrong.
@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?
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: