gitlab-org--gitlab-foss/doc/ci/README.md

5.4 KiB

GitLab Continuous Integration

CI/CD pipeline graph

The benefits of Continuous Integration are huge when automation plays an integral part of your workflow. GitLab comes with integrated Continuous Integration (CI) and Continuous Delivery (CD) to test, build and deploy your code.

Here's some info we've gathered to get you started.

Getting started

Reference guides

Once you get familiar with the getting started guides, you'll find yourself digging into specific reference guides.

Advanced use

Special project configuration

Examples

Note: A collection of .gitlab-ci.yml files is maintained at the GitLab CI Yml project. If your favorite programming language or framework are missing we would love your help by sending a merge request with a .gitlab-ci.yml.

Here is an collection of tutorials and guides on setting up your CI pipeline:

Breaking changes