You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to allow the server to forward query strings? Here's our use-case:
We are using smee to forward webhooks from our git system to a Jenkins server. Jenkins needs the repository URL passed in as a query string in order for it to be matched to jobs correctly:
But this doesn't currently work. The only way to forward these types of hooks is to set up a channel and client for each repository, and hard code the query string into the client's -P (path) parameter.
The text was updated successfully, but these errors were encountered:
Would it be possible to allow the server to forward query strings? Here's our use-case:
We are using smee to forward webhooks from our git system to a Jenkins server. Jenkins needs the repository URL passed in as a query string in order for it to be matched to jobs correctly:
We would like to be able to specify this query string on the git server's webhook configuration as such:
But this doesn't currently work. The only way to forward these types of hooks is to set up a channel and client for each repository, and hard code the query string into the client's -P (path) parameter.
The text was updated successfully, but these errors were encountered: