From 619b4189c83bc2d01a5700b38dcca09da9bbcd86 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Tue, 18 Jun 2019 11:43:27 +0100 Subject: Adds docs for job collpasible sections --- doc/ci/quick_start/README.md | 8 ++++++++ doc/ci/quick_start/img/collapsible_log.png | Bin 0 -> 174697 bytes 2 files changed, 8 insertions(+) create mode 100644 doc/ci/quick_start/img/collapsible_log.png diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 11bcfd5dc2c..34f5abcbd49 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -225,6 +225,14 @@ you expected. You are also able to view the status of any commit in the various pages in GitLab, such as **Commits** and **Merge requests**. +## Collapsible sections for job logs + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/14664) in GitLab 12.0. + +When the job log contains section delimiters, which normally wrap each command, the job log will show sections that can be collapsed or expanded on click. + +![Collapsible sections](img/collapsible_log.png) + ## Examples Visit the [examples README][examples] to see a list of examples using GitLab diff --git a/doc/ci/quick_start/img/collapsible_log.png b/doc/ci/quick_start/img/collapsible_log.png new file mode 100644 index 00000000000..2785033b349 Binary files /dev/null and b/doc/ci/quick_start/img/collapsible_log.png differ -- cgit v1.2.1