gitlab-org--gitlab-foss/doc/ci
Tomasz Maczukin 6c4d13fe65 Update 'Using Docker images' documentation 2017-08-28 10:10:11 +00:00
..
autodeploy Add auto-monitoring docs to auto-deploy page 2017-08-15 08:12:18 +00:00
build_artifacts Fix most of broken docs links 2017-02-15 19:27:40 +01:00
docker Update 'Using Docker images' documentation 2017-08-28 10:10:11 +00:00
examples Change composer update to install to follow PHP/composer best practice 2017-06-22 21:37:01 +00:00
img Prometheus doc updates for 9.4 2017-07-16 22:09:56 -04:00
permissions Move CI permissions to permissions.md 2016-07-12 17:52:48 +03:00
quick_start Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs 2017-06-23 22:59:35 +02:00
review_apps Futher rename the CI variables 2017-03-16 08:49:01 +01:00
runners Clarify job choosing algorithm examples (the language used was a bit hard to understand) 2017-06-15 19:53:44 +00:00
services Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
ssh_keys Update README.md to reflect where "Secret variables" are located 2017-06-28 22:47:52 +00:00
triggers Refactor CI triggers docs 2017-06-08 13:56:19 +02:00
variables Update README.md 2017-08-24 14:40:38 +00:00
yaml Update README.md 2017-08-23 08:17:20 +00:00
README.md link article from CI index 2017-08-15 14:25:27 -03:00
enable_or_disable_ci.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
environments.md Improve Prometheus docs, include nginx ingress 2017-08-14 16:23:32 +00:00
git_submodules.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
pipelines.md Document sorting of jobs in pipelines graph 2017-04-28 18:30:06 +02: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

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