GitLab CI: stages:

From wikieduonline
Revision as of 14:35, 2 December 2022 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
.pre
build
test
deploy
.post

Kubernetes GitLab template project define: diff, sync, deploy

Examples[edit]

stages:
  - build
  - test
  - deploy
stages:
  - build
  - test
  - deploy

Related[edit]

Activities[edit]

See also[edit]

Advertising: