GitLab CI Kotlin DSL • opensavvy.gitlab.ci • stage
stage¶
Creates a stage with a given name.
Example:
To automatically generate the name from the variable, see stage.
fun GitLabCi.stage(name: String? = null): DelegateProvider<GitLabCi, ReadOnlyDelegate<Stage>>
Creates a stage automatically named after the variable it is assigned to.
Example:
To use a different name than the variable's name, use the stage function.