Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.63 KB

File metadata and controls

69 lines (51 loc) · 1.63 KB
title pipeline.parameters definition
description Pipeline template parameters.
ms.date 04/02/2026
monikerRange <=azure-pipelines
author juliakm
ms.author jukullam

pipeline.parameters definition

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

The parameters list specifies the runtime parameters passed to a pipeline.

:::moniker-end

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

parameters: [ parameter ] # Specifies the runtime parameters passed to a pipeline.

:::moniker-end

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

Definitions that reference this definition: pipeline

:::moniker-end

List types

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

Type Description
parameters.parameter Pipeline template parameters.

:::moniker-end

See also