gitlab-org--gitlab-foss/doc/ci
Lucas Charles ab4d40ea62 Update CI YAML parameter table w/ 'include'
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56172
2019-01-10 13:04:51 -08:00
..
autodeploy Deprecate Auto Deploy's quick start guide 2019-01-02 15:25:59 +09:00
build_artifacts
caching Remove gem install bundler from Docker-based Ruby environments 2019-01-01 19:27:19 +09:00
docker Explain how to use kaniko with a registry with a custom certificate 2018-12-21 10:30:09 +01:00
examples Fix navigation style in docs 2019-01-02 15:05:34 +09:00
img Compress all images under doc/ 2018-12-18 11:09:04 +01:00
interactive_web_terminal Add docs on how web terminals are secured 2019-01-07 18:47:50 +01:00
merge_request_pipelines Merge branch 'docs/pipelines-merge-requests' into 'master' 2018-12-19 22:34:14 +00:00
permissions Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
quick_start Fix #55740: Use --no-document option instead of deprecated options in simple .gitlab-ci.yml file 2018-12-27 14:19:41 +00:00
review_apps Add more introductory information to Review Apps page 2018-10-01 10:21:06 +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 Compress all images under doc/ 2018-12-18 11:09:04 +01:00
variables Merge branch '49056-auto-devops-secret-docs' into 'master' 2019-01-07 16:40:10 +00:00
yaml Update CI YAML parameter table w/ 'include' 2019-01-10 13:04:51 -08: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 Encode special character in documentation 2019-01-09 05:49:24 +00:00
git_submodules.md Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
junit_test_reports.md improve browse JUnit details 2018-11-27 04:22:45 +00:00
pipelines.md Make unordered lists conform to styleguide 2019-01-08 12:21:09 +10: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