gitlab-org--gitlab-foss/doc/ci
Grzegorz Bizon 236feb08bc Update pipeline status badge details docs 2017-11-20 12:29:11 +01: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 Merge branch 'docs/gitlab-runner' into 'master' 2017-11-02 12:33:35 +00:00
examples Merge branch 'docs/gitlab-runner' into 'master' 2017-11-02 12:33:35 +00:00
img Update a bunch of docs images 2017-10-04 15:47:59 +02:00
permissions Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
quick_start Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
review_apps Futher rename the CI variables 2017-03-16 08:49:01 +01:00
runners Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
services Exclude comments from specific docs 2017-11-01 15:56:40 +00: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 Expose project visibility as CI variable 2017-11-04 04:46:29 +01:00
yaml Update pipeline status badge details docs 2017-11-20 12:29:11 +01:00
README.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
enable_or_disable_ci.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
environments.md Update a bunch of docs images 2017-10-04 15:47:59 +02:00
git_submodules.md Fix a wrong anchor to job permissions doc 2017-11-20 09:48:14 +01:00
pipelines.md Add Security on protected branches 2017-09-07 11:23:02 +00:00

README.md

comments
false

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