Add note that template can be used as input to variable in variable definition (#15493)

This commit is contained in:
Raman Gupta 2020-10-31 15:58:35 -04:00 committed by GitHub
parent ccea4fec85
commit b6b7632a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ variables:
type: map
keys:
PARAMETER_NAME:
description: The value of the variable. Any YAML is valid.
description: The value of the variable. Any YAML is valid. Templates can also be used to pass a value to the variable.
type: any
fields:
description: Information about the parameters that the script uses; see the [Passing variables to scripts](#passing-variables-to-scripts) section below.