gitlab-kotlin
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
gitlab-kotlin
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci
/
Retry
/
onExitCode
on
Exit
Code
fun
onExitCode
(
code
:
Int
)
(
source
)
Specifies which exit codes to retry on.
Example
retry(2) {
onExitCode(137)
}
Content copied to clipboard
External resources
Official documentation