Retry

@Serializable
data class Retry(val automatic: Automatic? = null, val manual: ManualUnion? = null)(source)

The conditions for retrying this step.

Constructors

Link copied to clipboard
constructor(automatic: Automatic? = null, manual: ManualUnion? = null)

Properties

Link copied to clipboard
val automatic: Automatic? = null

Whether to allow a job to retry automatically. If set to true, the retry conditions are set to the default value.

Link copied to clipboard
val manual: ManualUnion? = null

Whether to allow a job to be retried manually