gitlab-org--gitlab-foss/doc/ci
C.J. Jameson 8c6341a4ce Update yaml/README.md to clarify allow_failure interaction with stages
Kudos to @eread for feedback!
2018-12-19 10:45:01 -08:00
..
autodeploy Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
build_artifacts
caching Patch 35 2018-12-11 14:41:08 +00:00
docker using_docker_images.md: document services inheriting dns and addn hosts settings 2018-11-28 02:50:59 +00:00
examples Compress all images under doc/ 2018-12-18 11:09:04 +01: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 Compress all images under doc/ 2018-12-18 11:09:04 +01:00
permissions
quick_start Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
review_apps
runners Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
services Eliminate duplicated words 2018-11-22 15:44:32 +09: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 Update yaml/README.md to clarify allow_failure interaction with stages 2018-12-19 10:45:01 -08:00
README.md Documentation for merge request pipelines 2018-12-07 14:51:48 +09:00
enable_or_disable_ci.md
environments.md Docs: fix user metrics doc 2018-11-20 14:01:13 +00:00
git_submodules.md
junit_test_reports.md improve browse JUnit details 2018-11-27 04:22:45 +00:00
pipelines.md Merge branch 'fix-ci-help-page' into 'master' 2018-11-27 01:12:46 +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