Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 2.82 KB

workspace.md

File metadata and controls

95 lines (67 loc) · 2.82 KB
title description ms.date monikerRange
workspace definition
Workspace options on the agent.
03/02/2023
>=azure-pipelines-2019

workspace definition

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

Workspace options on the agent.

:::moniker-end

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

workspace:
  clean: string # Which parts of the workspace should be scorched before fetching.

:::moniker-end

:::moniker range=">=azure-pipelines-2019 <=azure-pipelines-2019.1"

workspace:
  clean: string # Scorch the repo before fetching?

:::moniker-end

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

Note

This definition is a supporting definition and is not intended for use directly in a pipeline. This article provides the YAML syntax for this supporting type, but does not show usage examples. For more information on using the definitions that this type supports, see the following definition links.

Definitions that that reference this definition: pipeline, jobs.job, jobs.deployment

:::moniker-end

:::moniker range=">=azure-pipelines-2019 <=azure-pipelines-2019.1"

Note

This definition is a supporting definition and is not intended for use directly in a pipeline. This article provides the YAML syntax for this supporting type, but does not show usage examples. For more information on using the definitions that this type supports, see the following definition links.

Definitions that that reference this definition: pipeline, jobs.job

:::moniker-end

Properties

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

clean string.
Which parts of the workspace should be scorched before fetching. outputs | resources | all.

:::moniker-end

:::moniker range=">=azure-pipelines-2019 <=azure-pipelines-2019.1"

clean string.
Scorch the repo before fetching? outputs | resources | all.

:::moniker-end