summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-22 11:57:47 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-22 11:57:47 +0100
commit6f0a9e8f293588d671b1426f7fb7f4792ba3dabe (patch)
tree4e1b2e2f1131df7285c6ab4a4ac1d0070de27f4a /doc/ci
parent372209901514368d2053b3abd1a996ebb3e52b3c (diff)
downloadgitlab-ce-6f0a9e8f293588d671b1426f7fb7f4792ba3dabe.tar.gz
Add example image to pipelines docs
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24767 [ci skip]
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/img/pipelines.pngbin0 -> 21647 bytes
-rw-r--r--doc/ci/pipelines.md2
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/img/pipelines.png b/doc/ci/img/pipelines.png
new file mode 100644
index 00000000000..fb3c69353b0
--- /dev/null
+++ b/doc/ci/img/pipelines.png
Binary files differ
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md
index 7d100a4fd93..03b9c4bb444 100644
--- a/doc/ci/pipelines.md
+++ b/doc/ci/pipelines.md
@@ -11,6 +11,8 @@ concurrent [Runners]), and if they all succeed, the pipeline moves on to the
next stage. If one of the builds fails, the next stage is not (usually)
executed.
+![Pipelines example](img/pipelines.png)
+
## Builds
Builds are individual runs of [jobs]. Not to be confused with a `build` job or