gitlab-org--gitlab-foss/doc/ci
Achilleas Pipinellis 56c3b2865a Refactor CI index page 2017-04-05 16:46:11 +02:00
..
api
autodeploy
build_artifacts
docker Use same variable for registry password as above 2017-03-25 22:10:55 +00:00
examples Update dpl CI example 2017-03-30 21:50:41 +02:00
img Refactor CI index page 2017-04-05 16:46:11 +02:00
permissions
quick_start All CI offline migrations 2017-03-17 23:06:11 +00:00
review_apps
runners
services
ssh_keys
triggers Update triggers documentation 2017-03-17 17:16:56 +01:00
variables fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. 2017-04-03 12:19:11 +00:00
yaml
README.md Refactor CI index page 2017-04-05 16:46:11 +02:00
enable_or_disable_ci.md
environments.md
git_submodules.md
pipelines.md

README.md

GitLab Continuous Integration

CI/CD pipeline graph

The benefits of Continuous Integration are huge when automation plays an integral part of your workflow. GitLab comes with integrated Continuous Integration (CI) and Continuous Delivery (CD) to test, build and deploy your code.

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

Getting started

Reference guides

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

Advanced use

Special project configuration

Examples

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

Breaking changes