{{::getKey(var)}}

Edit {{::getKey(var)}}

Create variable {{getKey(var)}}

Duplicate variable {{oldVarKey}}

{{varPrefix}}
{{::getKey(var)}}
Unique name for the variable.
Variable name is mandatory Variable with this name already exists {{ pageType === 'TEMPLATE' ? 'Template variable names cannot start with \'release.\', \'global.\' or \'folder.\'' : 'Release variable names cannot start with \'release.\', \'global.\' or \'folder.\'' }}
The label of the variable.
{{ var.label || emptyValue }}
{{::getVariableType(var).label}}
Variable type.
{{var.multiline ? 'True' : 'False'}}
If checked variable value will be multiline text.
{{var.preventInterpolation ? 'True' : 'False'}}
If checked nested variable Interpolation will be disabled.
{{getReferencedType(var.referencedType)}}
The type that the variable holds, ie: Jenkins Server

{{emptyValue}}
The list of possible values.

Save first the variable to set the default value
{{ getValue(var) || emptyValue }}
{{var.value ? 'True' : 'False'}}
{{emptyValue}}
Save first the variable to set the default value
{{emptyValue}}
{{emptyValue}}
The value of the variable. Manually enter value of the variable or switch to choose external secrets management system
The description of the variable.
{{ var.description || emptyValue }}
If selected, the variable cannot be empty when the release or task that uses the variable starts.
{{var.requiresValue ? 'True' : 'False'}}
Show the variable on the Create Release screen or Create Release task.
{{var.showOnReleaseStart ? 'True' : 'False'}}