GitLab CI Kotlin DSL • opensavvy.gitlab.ci • Stage
Stage¶
A stage in a pipeline.
A stage is a group of jobs that run together. Use the stage
factory to easily create a stage in a pipeline
:
Read more in the GitLab documentation.
Constructors¶
Stage
¶
constructor(name: String)