stages
Parameters
value
Each stage specifies configuration for a Target
. The ordering of this list defines the promotion flow.
Parameters
values
Each stage specifies configuration for a Target
. The ordering of this list defines the promotion flow.
suspend fun stages(argument: List<suspend DeliveryPipelineSerialPipelineStageArgsBuilder.() -> Unit>)
suspend fun stages(vararg argument: suspend DeliveryPipelineSerialPipelineStageArgsBuilder.() -> Unit)
Parameters
argument
Each stage specifies configuration for a Target
. The ordering of this list defines the promotion flow.