Commit ca72c5f3 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'selhorn-okr1' into 'master'

Pipeline docs standardization updates

See merge request gitlab-org/gitlab!28685
parents 31ec0df8 ca367eae
...@@ -10,8 +10,6 @@ type: reference ...@@ -10,8 +10,6 @@ type: reference
You can set up [GitLab CI/CD](README.md) across multiple projects, so that a pipeline You can set up [GitLab CI/CD](README.md) across multiple projects, so that a pipeline
in one project can trigger a pipeline in another project. in one project can trigger a pipeline in another project.
## Overview
GitLab CI/CD is a powerful continuous integration tool that works not only per project, GitLab CI/CD is a powerful continuous integration tool that works not only per project,
but also across projects with multi-project pipelines. but also across projects with multi-project pipelines.
......
...@@ -12,8 +12,6 @@ Watch our ...@@ -12,8 +12,6 @@ Watch our
["Mastering continuous software development"](https://about.gitlab.com/webcast/mastering-ci-cd/) ["Mastering continuous software development"](https://about.gitlab.com/webcast/mastering-ci-cd/)
webcast to see a comprehensive demo of GitLab CI/CD pipeline. webcast to see a comprehensive demo of GitLab CI/CD pipeline.
## Introduction
Pipelines are the top-level component of continuous integration, delivery, and deployment. Pipelines are the top-level component of continuous integration, delivery, and deployment.
Pipelines comprise: Pipelines comprise:
...@@ -33,7 +31,7 @@ If you have a [mirrored repository that GitLab pulls from](../../user/project/re ...@@ -33,7 +31,7 @@ If you have a [mirrored repository that GitLab pulls from](../../user/project/re
you may need to enable pipeline triggering in your project's you may need to enable pipeline triggering in your project's
**Settings > Repository > Pull from a remote repository > Trigger pipelines for mirror updates**. **Settings > Repository > Pull from a remote repository > Trigger pipelines for mirror updates**.
### Simple pipeline example ## Simple pipeline example
As an example, imagine a pipeline consisting of four stages, executed in the following order: As an example, imagine a pipeline consisting of four stages, executed in the following order:
......
...@@ -3,7 +3,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/user/project/pipelines/job_artifa ...@@ -3,7 +3,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/user/project/pipelines/job_artifa
type: reference, howto type: reference, howto
--- ---
# Introduction to job artifacts # Job artifacts
> - Introduced in GitLab 8.2 and GitLab Runner 0.7.0. > - Introduced in GitLab 8.2 and GitLab Runner 0.7.0.
> - Starting with GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format changed to `ZIP`, and it is now possible to browse its contents, with the added ability of downloading the files separately. > - Starting with GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format changed to `ZIP`, and it is now possible to browse its contents, with the added ability of downloading the files separately.
......
...@@ -3,7 +3,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/user/project/pipelines/settings.h ...@@ -3,7 +3,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/user/project/pipelines/settings.h
type: reference, howto type: reference, howto
--- ---
# Pipelines settings # Pipeline settings
To reach the pipelines settings navigate to your project's To reach the pipelines settings navigate to your project's
**Settings > CI/CD**. **Settings > CI/CD**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment