jvm GitLab CI Kotlin DSL • opensavvy.gitlab.ci • Retry • onExitCode onExitCode¶ fun onExitCode(code: Int) Specifies which exit codes to retry on. Example¶ retry(2) { onExitCode(137) } External resources¶ Official documentation