workspace definition

Workspace options on the agent.

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

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 reference this definition: pipeline, jobs.job, jobs.deployment

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 reference this definition: pipeline, jobs.job

Properties

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

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