env property

List<String>? env
getter/setter pair

A list of environment variable definitions to be used when running a step.

The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".

Implementation

core.List<core.String>? env;