envs

@JvmName(name = "dphclbhxmvumfans")
suspend fun envs(value: Output<List<String>>)
@JvmName(name = "mwimkblycdbnrpri")
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 = "dukexcmakpdkfpdj")
suspend fun envs(vararg values: Output<String>)


@JvmName(name = "ngqtjwjfivwdlsqg")
suspend fun envs(values: List<Output<String>>)
@JvmName(name = "yiiyomyedgblpwlh")
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".