gitlab-org--gitlab-foss/doc/ci
Tomasz Maczukin 770504baee Add documentation about variables usage in GitLab CI 2018-05-29 17:33:48 +00:00
..
autodeploy Deprecate the Kubernetes service docs 2018-05-09 09:04:06 +02:00
build_artifacts
caching Add image for clearing the cache docs 2018-03-22 13:19:48 +01:00
docker Use stable docker image instead of latest 2018-04-13 19:43:09 +00:00
examples Merge branch '5779_rename_code_quality_job_and_artifact' into 'master' 2018-05-24 15:58:28 +00:00
img Add missing documentation about failure reason 2018-04-13 08:05:41 +00:00
permissions Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
quick_start fix runner requirements 2018-05-04 01:11:05 +00:00
review_apps
runners Capitalize runner in a couple more places 2018-05-08 11:24:09 +02:00
services Docs: fix duplicate titles 2018-05-09 16:11:28 +00:00
ssh_keys doc: Spelling fixes 2018-01-19 12:09:59 +02:00
triggers Change docs links to https://about.gitlab.com/products/ 2018-02-07 12:47:56 +01:00
variables Add documentation about variables usage in GitLab CI 2018-05-29 17:33:48 +00:00
yaml Add docs on pattern matching syntax in variables expression 2018-05-15 14:51:10 +02:00
README.md Add documentation about variables usage in GitLab CI 2018-05-29 17:33:48 +00:00
enable_or_disable_ci.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
environments.md Add documentation about variables usage in GitLab CI 2018-05-29 17:33:48 +00:00
git_submodules.md Fix a wrong anchor to job permissions doc 2017-11-20 09:48:14 +01:00
pipelines.md Resolve "Show `failure_reason` in jobs view content section" 2018-04-19 07:20:53 +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