gitlab-org--gitlab-foss/doc/ci
Rémy Coutable 9e40fb9f74 Merge branch 'master' into 'master'
docs: Correct YAML indentation

See merge request gitlab-org/gitlab-ce!21631
2018-09-10 14:05:05 +00:00
..
autodeploy Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
build_artifacts Fix most of broken docs links 2017-02-15 19:27:40 +01:00
caching Make topic adhere to style guide. 2018-09-07 13:23:24 +10:00
docker Correct YAML indentation 2018-09-10 01:05:51 +00:00
examples Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
img Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
interactive_web_terminal Remove beta from web terminal 2018-09-10 11:54:38 +02:00
permissions Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
quick_start remove comma 2018-09-05 16:54:08 +00:00
review_apps Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
runners Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
services Docs: fix duplicate titles 2018-05-09 16:11:28 +00:00
ssh_keys Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
triggers Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
variables Document how to specify environment variables during manual pipeline run and more 2018-09-07 20:40:44 +00:00
yaml Document git requirements for GIT_SUBMODULE_STRATEGY=recursive 2018-09-07 20:25:35 +00:00
README.md Add documentation for interactive web terminals 2018-08-16 13:50:38 +02:00
enable_or_disable_ci.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
environments.md Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +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 bugs/edge cases of JUnitParser 2018-09-04 12:09:24 +00:00
pipelines.md Document how to specify environment variables during manual pipeline run and more 2018-09-07 20:40:44 +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