gitlab-org--gitlab-foss/doc/ci
Evan Read 386aeb71f4 Merge branch '55836-docs-fix-navigation-style-in-docs' into 'master'
Fix navigation style in docs

Closes #55836

See merge request gitlab-org/gitlab-ce!24090
2019-01-03 00:46:06 +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 navigation style in docs 2019-01-02 15:05:34 +09:00
img
interactive_web_terminal
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
variables
yaml Merge branch '18667-handle-push-opts' into 'master' 2019-01-02 15:50:32 +00:00
README.md
enable_or_disable_ci.md
environments.md
git_submodules.md
junit_test_reports.md
pipelines.md

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