gitlab-org--gitlab-foss/doc/ci
Aric Buerer f5cf7000a8 Updating runner docs to add specific runner to projects from the admin area-doc 2018-03-30 12:48:03 +00:00
..
autodeploy Docs: deprecates articles index 2018-01-15 18:11:02 +00:00
build_artifacts
caching Add image for clearing the cache docs 2018-03-22 13:19:48 +01:00
docker Add Docker layer caching to CI docker-in-docker docs 2018-03-27 14:46:56 +00:00
examples Update README.md (settings -> pipelines is renamed to settings -> CI / CD ) 2018-03-29 10:47:52 +00:00
img
permissions
quick_start Update documentation regarding Ci Linter 2018-03-26 17:03:12 -06:00
review_apps
runners Updating runner docs to add specific runner to projects from the admin area-doc 2018-03-30 12:48:03 +00:00
services
ssh_keys doc: Spelling fixes 2018-01-19 12:09:59 +02:00
triggers Change docs links to https://about.gitlab.com/products/ 2018-02-07 12:47:56 +01:00
variables Cleanup and consolidate the CI yaml docs 2018-03-07 11:32:38 +01:00
yaml Update documentation regarding Ci Linter 2018-03-26 17:03:12 -06:00
README.md Gather info on CI/CD caching 2018-03-21 18:25:32 +01:00
enable_or_disable_ci.md
environments.md doc: Spelling fixes 2018-01-19 12:09:59 +02:00
git_submodules.md
pipelines.md Update docs on grouping CI jobs 2018-03-02 09:51:36 +01:00

README.md

comments
false

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.

  • Getting started with GitLab CI/CD: understand how GitLab CI/CD works.
  • GitLab CI/CD configuration file: .gitlab-ci.yml - Learn all about the ins and outs of .gitlab-ci.yml.
  • Pipelines and jobs: configure your GitLab CI/CD pipelines to build, test, and deploy your application.
  • Runners: The GitLab Runner is responsible by running the jobs in your CI/CD pipeline. On GitLab.com, Shared Runners are enabled by default, so you don't need to set up anything to start to use them with GitLab CI/CD.

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