Difference between revisions of ".gitlab-ci.yml"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
== Parameters ==
 
== Parameters ==
 
* <code>stages:</code>
 
* <code>stages:</code>
 +
:5 default stages that execute in order: 
 +
:: <code>.pre</code>
 +
:: <code>build</code>
 +
:: <code>test</code>
 +
:: <code>deploy</code>
 +
:: <code>.post</code>
 +
 
<pre>
 
<pre>
 
stages:
 
stages:

Revision as of 11:26, 11 March 2021

GitLab CI/CD pipelines are configured using a YAML file called .gitlab-ci.yml.

Parameters

  • stages:
5 default stages that execute in order:
.pre
build
test
deploy
.post
stages:
  - build
  - test
  - deploy
  • build:

https://docs.gitlab.com/ee/ci/yaml/

Security:

License management:

Gitlab-ci.yml and CI/CD pipelines changelog

Activities

  1. Read gitlab-ci.yml reference documentation https://docs.gitlab.com/ee/ci/yaml/
  2. Review new keyworks introduced in gitlab-ci.yml reading this page
  3. Review predefined variables: https://docs.gitlab.com/ee/ci/variables/predefined_variables.html and self defined variables https://docs.gitlab.com/ee/ci/variables/README.html#creating-a-custom-environment-variable

See also


Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Source: wikiversity

Advertising: