variables.group definition

Reference variables from a variable group.

variables:
- group: string # Required as first property. Variable group name.

Definitions that reference this definition: variables

Properties

group string. Required as first property.
Variable group name.

Examples

variables:
- group: my-variable-group

Use a variable group and variables defined in the pipeline.

variables:
- group: my-variable-group
- name: my-bare-variable
  value: 'value of my-bare-variable'

See also