Difference between revisions of "GitLab CI: stages:"

From wikieduonline
Jump to navigation Jump to search
(Created page with " stages: - build - test - deploy {{GitLab CI}}")
 
Line 1: Line 1:
 +
:5 default stages that execute in order: 
 +
:: <code>.pre</code>
 +
:: <code>[[build]]</code>
 +
:: <code>test</code>
 +
:: <code>[[deploy]]</code>
 +
:: <code>.post</code>
 +
 +
Example:
 +
 +
[[GitLab CI: stages:|stages:]]
 +
  - build
 +
  - test
 +
  - deploy
 +
 
  [[stages:]]
 
  [[stages:]]
 
   - build
 
   - build

Revision as of 06:16, 10 August 2022

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: