Skip to content

Latest commit

 

History

History
122 lines (93 loc) · 3.49 KB

File metadata and controls

122 lines (93 loc) · 3.49 KB
title resources definition
description Resources specifies builds, repositories, pipelines, and other resources used by the pipeline.
ms.date 04/02/2026
monikerRange <=azure-pipelines
author juliakm
ms.author jukullam

resources definition

:::moniker range="<=azure-pipelines"

Resources specifies builds, repositories, pipelines, and other resources used by the pipeline.

:::moniker-end

:::moniker range="<=azure-pipelines"

resources:
  builds: [ build ] # List of build resources referenced by the pipeline.
  containers: [ container ] # List of container images.
  pipelines: [ pipeline ] # List of pipeline resources.
  repositories: [ repository ] # List of repository resources.
  webhooks: [ webhook ] # List of webhooks.
  packages: [ package ] # List of package resources.

:::moniker-end

:::moniker range="<=azure-pipelines"

Definitions that reference this definition: pipeline

:::moniker-end

Properties

:::moniker range="<=azure-pipelines"

builds resources.builds.
List of build resources referenced by the pipeline.

:::moniker-end

:::moniker range="<=azure-pipelines"

containers resources.containers.
List of container images.

:::moniker-end

:::moniker range="<=azure-pipelines"

pipelines resources.pipelines.
List of pipeline resources.

:::moniker-end

:::moniker range="<=azure-pipelines"

repositories resources.repositories.
List of repository resources.

:::moniker-end

:::moniker range="<=azure-pipelines"

webhooks resources.webhooks.
List of webhooks.

:::moniker-end

:::moniker range="<=azure-pipelines"

packages resources.packages.
List of package resources.

:::moniker-end

See also