Difference between revisions of "GitLab CI: stages:"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
:: <code>[[deploy]]</code>
 
:: <code>[[deploy]]</code>
 
:: <code>[[.post]]</code>  
 
:: <code>[[.post]]</code>  
 +
 +
Kubernetes GitLab template project define: <code>diff, sync, deploy</code>
  
 
== Examples ==
 
== Examples ==
Line 21: Line 23:
 
== Related ==
 
== Related ==
 
* [[Azure Pipelines: stages:]]
 
* [[Azure Pipelines: stages:]]
* [[GitLab pipelines:]] <code>[[GitLab pipelines: stage:|stage:]]</code>
+
* [[GitLab pipelines]]: <code>[[GitLab pipelines: stage:|stage:]]</code>
 +
 
 +
== Activities ==
 +
* Learn difference between <code>[[GitLab pipelines: stage:|stage]]</code> and <code>[[GitLab CI: stages:|stages:]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 14:35, 2 December 2022

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: