.gitlab-ci.yml

From wikieduonline
Jump to navigation Jump to search

Parameters

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

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

Example:

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 in gitlab-ci.yml or in Settings > CI/CD > Variables in your project
  4. Read https://stackoverflow.com/questions/tagged/gitlab-ci?tab=Votes

Related terms

See also

Advertising: