Skip to content

Define Handler

Defines variables that can be used in later stages of the run, builders, or templates.

Properties:

  • variable: The name of the variable to be defined.
  • value: The value assigned to the variable.

Example:

- define:
variable: "dbConnection"
value: "{{.data.dbType}}"