envs

@JvmName(name = "rbvfruvbntglqoeu")
suspend fun envs(value: Output<List<String>>)
@JvmName(name = "eslofwvanahgrtjk")
suspend fun envs(value: List<String>?)

Parameters

value

A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".


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


@JvmName(name = "veqlqcrcdfariqlq")
suspend fun envs(values: List<Output<String>>)
@JvmName(name = "gqiivkjfedsxaxol")
suspend fun envs(vararg values: String)

Parameters

values

A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".