gitlab-org--gitlab-foss/doc/ci
Joshua Lambert 63ab2109e9 Update Auto Deploy documentation 2017-04-21 22:47:27 +00:00
..
api Update CI API docs 2016-06-14 14:47:32 +02:00
autodeploy Update Auto Deploy documentation 2017-04-21 22:47:27 +00:00
build_artifacts Fix most of broken docs links 2017-02-15 19:27:40 +01:00
docker Merge branch 'master' into feature/multi-level-container-registry-images 2017-04-03 09:36:09 +02:00
examples Separate Scala from Java in CI examples 2017-04-05 16:46:11 +02:00
img Replace pipelines image in docs 2017-04-10 22:15:44 +02:00
permissions Move CI permissions to permissions.md 2016-07-12 17:52:48 +03:00
quick_start All CI offline migrations 2017-03-17 23:06:11 +00:00
review_apps Futher rename the CI variables 2017-03-16 08:49:01 +01:00
runners Fix most of broken docs links 2017-02-15 19:27:40 +01:00
services Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
ssh_keys Merge branch 'patch-1' into 'master' 2017-03-16 18:08:23 +00:00
triggers Add doc for scheduled trigger 2017-04-21 11:18:30 +00:00
variables Remove wrong user email from CI variables example output 2017-04-07 20:51:38 +02:00
yaml Futher rename the CI variables 2017-03-16 08:49:01 +01:00
README.md Fixed wrong links in README.md 2017-04-07 19:15:14 +00:00
enable_or_disable_ci.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
environments.md Futher rename the CI variables 2017-03-16 08:49:01 +01:00
git_submodules.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
pipelines.md Fix job status -> pipeline status 2017-02-16 15:23:56 -06:00

README.md

GitLab Continuous Integration (GitLab CI)

CI/CD 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