GitLab CI Kotlin DSL • opensavvy.gitlab.ci • Job • stage
stage¶
The Stage
this job is a part of.
Stages are a simple way to group jobs and execution order. However, jobs can ignore this order, for example by using dependsOn
.
If set to null
, see the official documentation.