PipelineStageOnFailureCondition

Constructors

Link copied to clipboard
constructor(result: String? = null, rules: List<PipelineStageOnFailureConditionRule>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val result: String? = null

The action to be done when the condition is met. For example, rolling back an execution for a failure condition. Possible values are ROLLBACK, FAIL, RETRY and SKIP.

Link copied to clipboard

The rules that make up the condition. Defined as a rule block below.