gitlabCi
Convenience factory function for GitLabCi.
Example
gitlabCi {
val test by stage()
val build by job(stage = test) {
useGradle()
script {
gradlew.task("build")
}
}
}.println()
Content copied to clipboard