gitlab-org--gitlab-foss/doc/ci
Kamil Trzciński b0ce5e1e30 Merge branch 'zj-pipeline-schedule-owner' into 'master'
Foreign key for Pipeline schedule owner

Closes #31932

See merge request !11233
2017-05-16 09:18:55 +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 Fix typo in code snippet to match text below 2017-05-04 20:20:33 +00:00
examples Separate Scala from Java in CI examples 2017-04-05 16:46:11 +02:00
img Add Pipeline Schedules that supersedes experimental Trigger Schedule 2017-05-07 22:35:56 +00:00
permissions Move CI permissions to permissions.md 2016-07-12 17:52:48 +03:00
quick_start Runners tab is now CI/CD Pipelines 2017-05-12 09:50:14 +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 Pipeline Schedules that supersedes experimental Trigger Schedule 2017-05-07 22:35:56 +00:00
variables fix $CI_JOB_ID variable 2017-04-27 14:12:29 +00:00
yaml Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' 2017-05-15 07:59:45 +00: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 Implement auxiliary blob viewers 2017-05-10 20:07:04 -05:00
git_submodules.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
pipeline_schedules.md Do not schedule pipelines if the user can't 2017-05-15 10:01:29 +02: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)

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