environment Variables
Parameters
value
The list of environment variables that are input to a compute based action.
Parameters
values
The list of environment variables that are input to a compute based action.
suspend fun environmentVariables(argument: List<suspend PipelineEnvironmentVariableArgsBuilder.() -> Unit>)
suspend fun environmentVariables(vararg argument: suspend PipelineEnvironmentVariableArgsBuilder.() -> Unit)
suspend fun environmentVariables(argument: suspend PipelineEnvironmentVariableArgsBuilder.() -> Unit)
Parameters
argument
The list of environment variables that are input to a compute based action.