mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Update create-and-manage-webhooks.md (#4904)
This commit is contained in:
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user