gitlab-org--gitlab-foss/doc/ci
Marcel Amirault 284b7bc138 Docs: Realign several CE docs that diverged from EE unnecessarily 2019-02-12 12:34:21 +00:00
..
autodeploy Deprecate Auto Deploy's quick start guide 2019-01-02 15:25:59 +09:00
build_artifacts Fix most of broken docs links 2017-02-15 19:27:40 +01:00
caching Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
docker Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
examples Docs: Realign several CE docs that diverged from EE unnecessarily 2019-02-12 12:34:21 +00:00
img Docs route maps 2019-01-21 17:08:31 +00:00
interactive_web_terminal Update web terminal note for shared runners 2019-01-30 08:45:40 +01:00
merge_request_pipelines Small grammar fix 2019-02-12 09:21:12 +10:00
permissions Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
quick_start Fix pulling from remote rep references 2019-02-02 06:47:09 +00:00
review_apps Fix many 'when manual' anchors 2019-02-06 14:14:23 +10:00
runners Add private runner warnings 2019-01-10 02:37:58 +00:00
services Update mysql.md 2018-12-21 13:49:20 +00:00
ssh_keys Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
triggers Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
variables Merge branch 'docs/fix-anchor-link' into 'master' 2019-02-08 14:00:43 +00:00
yaml Fix many 'when manual' anchors 2019-02-06 14:14:23 +10:00
README.md Documentation for merge request pipelines 2018-12-07 14:51:48 +09:00
enable_or_disable_ci.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
environments.md Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
git_submodules.md Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
junit_test_reports.md Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +00:00
pipelines.md Fix pulling from remote rep references 2019-02-02 06:47:09 +00:00

README.md

comments description
false Learn how to use GitLab CI/CD, the GitLab built-in Continuous Integration, Continuous Deployment, and Continuous Delivery toolset to build, test, and deploy your application.

GitLab Continuous Integration (GitLab 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/CD journey.

Introduction to GitLab CI/CD

Why GitLab CI/CD?

Exploring GitLab CI/CD

Advanced use

Once you get familiar with the basics of GitLab CI/CD, it's time to dive in and learn how to leverage its potential even more.

GitLab CI/CD for Docker

Leverage the power of Docker to run your CI pipelines.

Review Apps

Auto DevOps

  • Auto DevOps: Auto DevOps automatically detects, builds, tests, deploys, and monitors your applications.

GitLab CI for GitLab Pages

See the documentation on GitLab Pages.

Examples

Check the GitLab CI/CD examples for a collection of tutorials and guides on setting up your CI/CD pipeline for various programming languages, frameworks, and operating systems.

Integrations

Special configuration (GitLab admin)

As a GitLab administrator, you can change the default behavior of GitLab CI/CD in your whole GitLab instance as well as in each project.

Breaking changes