gitlab-org--gitlab-foss/doc/ci
Dominik bf5c2ff868 Document the usage of the Docker OverlayFS driver for every build 2017-09-28 16:28:02 +00:00
..
autodeploy Add Auto DevOps docs 2017-09-07 20:39:09 +00:00
build_artifacts Fix most of broken docs links 2017-02-15 19:27:40 +01:00
docker Document the usage of the Docker OverlayFS driver for every build 2017-09-28 16:28:02 +00:00
examples fix doc 2017-08-31 15:57:31 +09:00
img update screenshot 2017-09-15 01:21:11 -04:00
permissions Move CI permissions to permissions.md 2016-07-12 17:52:48 +03:00
quick_start Change Pipelines to CI/CD for Settings page 2017-09-09 15:44:14 +02:00
review_apps Futher rename the CI variables 2017-03-16 08:49:01 +01:00
runners Change Pipelines to CI/CD for Settings page 2017-09-09 15:44:14 +02:00
services Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
ssh_keys Change Pipelines to CI/CD for Settings page 2017-09-09 15:44:14 +02:00
triggers Change Pipelines to CI/CD for Settings page 2017-09-09 15:44:14 +02:00
variables Clarify what variables can be used under `environment:` 2017-09-14 18:01:54 +02:00
yaml Add how to use reserved words in gitlab-ci.yml 2017-09-27 09:56:19 +00:00
README.md Add Auto DevOps docs 2017-09-07 20:39:09 +00:00
enable_or_disable_ci.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
environments.md Merge branch 'docs/environment-vars-clarify' into 'master' 2017-09-15 10:10:18 +00:00
git_submodules.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
pipelines.md Add Security on protected branches 2017-09-07 11:23:02 +00:00

README.md

GitLab Continuous Integration (GitLab CI)

Pipeline graph

The benefits of Continuous Integration are huge when automation plays an integral part of your workflow. GitLab comes with built-in Continuous Integration, Continuous Deployment, and Continuous Delivery support to build, test, and deploy your application.

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

Getting started

The first steps towards your GitLab CI journey.

Reference guides

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

  • .gitlab-ci.yml reference - Learn all about the ins and outs of .gitlab-ci.yml definitions
  • CI Variables - Learn how to use variables defined in your .gitlab-ci.yml or secured ones defined in your project's settings
  • The permissions model - Learn about the access levels a user can have for performing certain CI actions

Auto DevOps

GitLab CI + Docker

Leverage the power of Docker to run your CI pipelines.

Advanced use

Once you get familiar with the basics of GitLab CI, it's time to dive in and learn how to leverage its potential even more.

Review Apps

GitLab CI for GitLab Pages

See the topic on GitLab Pages.

Special configuration

You can change the default behavior of GitLab CI in your whole GitLab instance as well as in each project.

Examples

Note: A collection of .gitlab-ci.yml files is maintained at the GitLab CI Yml project. If your favorite programming language or framework is 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.

Integrations

Why GitLab CI?

Breaking changes