gitlab-org--gitlab-foss/doc/ci
Douwe Maan ca6fbe8a79 Merge branch '18667-handle-push-opts' into 'master'
Handle 'git push -o ci.skip'

Closes #18667

See merge request gitlab-org/gitlab-ce!15643
2019-01-02 15:50:32 +00:00
..
autodeploy
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 typos around .gitlab-ci.yml 2018-12-21 01:48:03 +09:00
img Compress all images under doc/ 2018-12-18 11:09:04 +01:00
interactive_web_terminal Clearly state web terminal is not supported at all 2018-12-14 08:48:03 +11:00
merge_request_pipelines Merge branch 'docs/pipelines-merge-requests' into 'master' 2018-12-19 22:34:14 +00:00
permissions
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
runners
services Update mysql.md 2018-12-21 13:49:20 +00:00
ssh_keys
triggers Compress all images under doc/ 2018-12-18 11:09:04 +01:00
variables Sort list of predefined variables in alphabetical order 2018-12-19 03:38:20 +00:00
yaml Merge branch '18667-handle-push-opts' into 'master' 2019-01-02 15:50:32 +00:00
enable_or_disable_ci.md
environments.md
git_submodules.md
junit_test_reports.md improve browse JUnit details 2018-11-27 04:22:45 +00:00
pipelines.md
README.md Documentation for merge request pipelines 2018-12-07 14:51:48 +09:00

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