Skip to content

๐Ÿ—๏ธ Build Configurations

  • Parameters: Configuration, Environment, and System
  • Templates: reuse steps, parameters, and triggers
  • VCS roots: GitLab repos with checkout rules

Mermaid

graph TD
A[Commit] -->|VCS Trigger| B(Build Config)
B --> C[Steps]
C --> D[Artifacts]
B --> E[Report Status]