env

@JvmName(name = "xsaeccnxoypyitiq")
suspend fun env(value: Output<List<String>>)
@JvmName(name = "fmjwxirdnapssudl")
suspend fun env(value: List<String>?)

Parameters

value

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".


@JvmName(name = "eyvrrpveoalqwrkh")
suspend fun env(vararg values: Output<String>)


@JvmName(name = "igxbrglejvfguojx")
suspend fun env(values: List<Output<String>>)
@JvmName(name = "phjgudgnncblonny")
suspend fun env(vararg values: String)

Parameters

values

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".