GitLab CI: stages:
Jump to navigation
Jump to search
https://docs.gitlab.com/ee/ci/yaml/#stages
- 5 default stages that execute in order if
stages:
is not defined in.gitlab-ci-yml
.
Example:
stages: - build - test - deploy
stages: - build - test - deploy
Related
GitLab CI, variables, templates, executors, .gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog, ContainersNotReady
, GitLab environments
Advertising: