-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration
Sergio Vicente de las Heras edited this page Jun 22, 2019
·
6 revisions
Web Hooks provides a way to send a JSON representation of an event to any service, to start sending this events go to your Azure Devops project and under settings setup a new service hook to fire an event when any of this events types occur:
- Release deployment started:
ms.vss-release.deployment-started-event
- Release deployment approval pending:
ms.vss-release.deployment-approval-pending-event
- Release deployment approval completed:
ms.vss-release.deployment-approval-completed-event
- Release deployment completed:
ms.vss-release.deployment-completed-event
- Service Hook URL: https://myhost/vss/release
- Resource details to send: All
- Messages to send: All
- Detailed messages to send: All
Create one service hook for each release deployment event:
For more information about how to configure Azure Devops service hooks events go to: https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops