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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,12 @@ jenkinswebhookproxy:
131
131
restart: on-failure
132
132
```
133
133
134
+
## Troubleshooting
135
+
### 405 Method Not Allowed with Jenkins & github plugin
136
+
If you get the following error when setting up webhooks for your jobs in Jenkins, make sure you have the trailing `/` in the webhook configured in Jenkins.
137
+
```
138
+
Error Redirecting '/github-webhook' to upstream', Upstream Redirect Status: 405 Method Not Allowed
139
+
```
134
140
135
141
## Help
136
142
@@ -140,8 +146,8 @@ File a GitHub [issue](https://github.com/stakater/GitWebhookProxy/issues), or se
140
146
### Talk to us on Slack
141
147
Join and talk to us on the #tools-gwp channel for discussing about GitWebhookProxy
0 commit comments