GitLab CI: stages:

From wikieduonline
Revision as of 06:16, 10 August 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search
5 default stages that execute in order:
.pre
build
test
deploy
.post

Example:

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


GitLab CI, variables, templates, executors, .gitlab-ci.yml, .gitlab/, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog, ContainersNotReady, GitLab environments

Advertising: