Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

What Is .gitlab-ci.yml?

It is a script that describes which CI (= Continuous Integration) jobs should be run. They should be designed in a way that they can merged into any branch.

See https://docs.gitlab.com/ee/ci/yaml/ and GitLab Pipelines for Customer Projects

Next Steps

  • No labels