Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Define variables using name and full syntax.
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.
Definitions that reference this definition: variables
Properties
name string. Required as first property.
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 define your variables using name and full syntax.
Examples
variables:
- name: one
value: initialValue
- name: two
value: value2