PipelineStageOnFailureRetryConfiguration

data class PipelineStageOnFailureRetryConfiguration(val retryMode: String? = null)

Constructors

Link copied to clipboard
constructor(retryMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retryMode: String? = null

The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage. Possible values are FAILED_ACTIONS and ALL_ACTIONS.