Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.57 KB

resources-webhooks.md

File metadata and controls

66 lines (48 loc) · 1.57 KB
title description ms.date monikerRange
resources.webhooks definition
List of webhooks.
10/04/2024
>=azure-pipelines-2020.1

resources.webhooks definition

:::moniker range=">=azure-pipelines-2020.1"

List of webhook resources referenced by the pipeline.

:::moniker-end

:::moniker range=">=azure-pipelines-2020.1"

webhooks: [ webhook ] # List of webhooks.

:::moniker-end

:::moniker range=">=azure-pipelines-2020.1"

Definitions that reference this definition: resources

:::moniker-end

List types

:::moniker range=">=azure-pipelines-2020.1"

Type Description
resources.webhooks.webhook A webhook resource enables you to integrate your pipeline with an external service to automate the workflow.

:::moniker-end

See also