gitlab-org--gitlab-foss/doc/ci
Evan Read ccc5b74082 Merge branch 'patch-32' into 'master'
Update mysql.md with correct anchor link to "how services are linked"

See merge request gitlab-org/gitlab-ce!22739
2018-11-04 22:47:39 +00:00
..
autodeploy Correct grammar (setup to set-up) in Docs 2018-09-21 16:29:14 +02:00
build_artifacts
caching Use the standard PIP_CACHE_DIR for Python dependency caching template 2018-10-09 14:54:51 +09:00
docker Merge branch 'doc-edit-config-file-path-kaniko' into 'master' 2018-10-19 10:59:39 +00:00
examples Fixes automatic URL formatting 2018-10-31 20:51:48 +00:00
img Documentation for delayed jobs 2018-10-11 02:50:42 +00:00
interactive_web_terminal Merge branch 'docs/add-note-for-interactive-web-terminal-docker-executor' into 'master' 2018-10-08 15:12:38 +00:00
permissions
quick_start remove comma 2018-09-05 16:54:08 +00:00
review_apps Add more introductory information to Review Apps page 2018-10-01 10:21:06 +10:00
runners Correcting a typo 2018-10-22 06:21:12 +00:00
services Update mysql.md 2018-11-02 07:33:18 +00:00
ssh_keys Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
triggers Docs: Fixing some bad links 2018-10-14 22:55:12 +00:00
variables Replace old "secret variables" image for variables docs with new "variables" image 2018-10-07 20:12:44 -07:00
yaml Update README.md 2018-10-26 06:58:31 +00:00
README.md Resolve "Un-vendor CI templates" 2018-09-26 15:39:27 +00:00
enable_or_disable_ci.md
environments.md Correct grammar (setup to set-up) in Docs 2018-09-21 16:29:14 +02:00
git_submodules.md Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
junit_test_reports.md Added cpp documentation for junit integration. 2018-09-25 22:28:16 +00:00
pipelines.md Fix link to 'when delayed' YAML configuration item 2018-10-16 05:29:49 +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