Retry¶
Properties¶
max¶
The maximum number of times a job is retried if it fails. Supported values: 0, 1, or 2.
Functions¶
on¶
fun on(type: RetryCause)
onExitCode¶
fun onExitCode(code: Int)
toYaml¶
Converts this object into a Yaml object.
The maximum number of times a job is retried if it fails. Supported values: 0, 1, or 2.
fun on(type: RetryCause)
fun onExitCode(code: Int)
Converts this object into a Yaml object.