jvm GitLab CI Kotlin DSL • opensavvy.gitlab.ci • Retry • on on¶ fun on(type: RetryCause) Specifies which failure types to retry on. Example¶ retry(2) { whenType(RetryWhen.RunnerSystemFailure) } External resources¶ Official documentation