DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeployment

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.

Link copied to clipboard

Optional. Configuration for the postdeploy job of the last phase. If this is not configured, postdeploy job will not be present.

Link copied to clipboard

Optional. Configuration for the predeploy job of the first phase. If this is not configured, predeploy job will not be present.

Link copied to clipboard
val verify: Boolean? = null

Whether to run verify tests after each percentage deployment.