debian-mirror-gitlab/doc/ci
2019-03-02 22:35:43 +05:30
..
autodeploy New upstream version 11.7.5 2019-02-15 15:39:39 +05:30
build_artifacts New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
caching New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
docker New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
examples New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
img New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
interactive_web_terminal New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
merge_request_pipelines New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
permissions New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
quick_start New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
review_apps New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
runners New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
services New upstream version 11.7.5 2019-02-15 15:39:39 +05:30
ssh_keys New upstream version 11.3.10+dfsg 2018-11-20 20:47:30 +05:30
triggers New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
variables New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
yaml New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
enable_or_disable_ci.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
environments.md New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
git_submodules.md New upstream version 11.3.10+dfsg 2018-11-20 20:47:30 +05:30
junit_test_reports.md New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
pipelines.md New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
README.md New upstream version 11.7.5 2019-02-15 15:39:39 +05:30

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