Add port to webhook URL in Zuul github driver docu
The currently documented webhook URL is without port. Such a webhook does not work, since zuul-web listens on port 9000. This is related to https://review.openstack.org/554829. Change-Id: Ia06291eb97338239776e8b68d1f2541fd0aa875c
This commit is contained in:
@@ -52,7 +52,7 @@ To create a `GitHub application
|
||||
* Set Setup URL to your setup documentation, when user install the application
|
||||
they are redirected to this url
|
||||
* Set Webhook URL to
|
||||
``http://<zuul-hostname>/connection/<connection-name>/payload``.
|
||||
``http://<zuul-hostname>:9000/connection/<connection-name>/payload``.
|
||||
* Create a Webhook secret
|
||||
* Set permissions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user