mirror of https://github.com/docker/docs.git
Update create-and-manage-webhooks.md (#4904)
This commit is contained in:
parent
2082ba7517
commit
f3736fe93b
|
@ -10,13 +10,13 @@ lets you build complex CI and CD pipelines with your Docker images.
|
|||
## Create a webhook
|
||||
|
||||
To create a webhook, navigate to the **repository details** page, choose
|
||||
the **webhooks** tab, and click **New Webhook**.
|
||||
the **Webhooks** tab, and click **New Webhook**.
|
||||
|
||||
{: .with-border}
|
||||
|
||||
Select the event that will trigger the webhook, and set the url to send
|
||||
information about the event. Once everything is set up, click **test** for
|
||||
DTR to send a JSON payload to the url you set up, so that you can validate
|
||||
Select the event that will trigger the webhook, and set the URL to send
|
||||
information about the event. Once everything is set up, click **Test** for
|
||||
DTR to send a JSON payload to the URL you set up, so that you can validate
|
||||
that the integration is working. You'll get an event that looks like this:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue