variables.name definition

Define variables using the full syntax.

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

Properties that use this definition: variables.

Properties

name

string

Required as first parameter. Variable name.

value

string

Variable value.

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

Properties that use this definition: variables.

Properties

name

string

Required as first parameter. Variable name.

value

string

Variable value.

variables:
- name: string # Required as first property. Variable name.. 
  value: string # Variable value.. 
  readonly: boolean # Whether a YAML variable is read-only; default is false..  (false,n,no,off,on,true,y,yes)

Properties that use this definition: variables.

Properties

name

string

Required as first parameter. Variable name.

value

string

Variable value.

readonly

boolean

Whether a YAML variable is read-only; default is false.

variables:
- name: string # Required as first property. Variable name.. 
  value: string # Variable value.. 
  readonly: boolean # Whether a YAML variable is read-only; default is false..  (false,n,no,off,on,true,y,yes)

Properties that use this definition: variables.

Properties

name

string

Required as first parameter. Variable name.

value

string

Variable value.

readonly

boolean

Whether a YAML variable is read-only; default is false.

variables:
- name: string # Required as first property. Variable name.. 
  value: string # Variable value.. 
  readonly: boolean # Whether a YAML variable is read-only; default is false..  (false,n,no,off,on,true,y,yes)

Properties that use this definition: variables.

Properties

name

string

Required as first parameter. Variable name.

value

string

Variable value.

readonly

boolean

Whether a YAML variable is read-only; default is false.

variables:
- name: string # Required as first property. Variable name.. 
  value: string # Variable value.. 
  readonly: boolean # Whether a YAML variable is read-only; default is false..  (false,n,no,off,on,true,y,yes)

Properties that use this definition: variables.

Properties

name

string

Required as first parameter. Variable name.

value

string

Variable value.

readonly

boolean

Whether a YAML variable is read-only; default is false.

Remarks

If you want to reference a variable group and define variables in the same variables section, you must use the full syntax.

Examples

variables:
- name: one
  value: initialValue
- name: two
  value: value2

See also