summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-18 11:43:27 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-06-18 15:51:06 +0100
commit619b4189c83bc2d01a5700b38dcca09da9bbcd86 (patch)
tree5fbce2ebd2827efc0ccbbe4b51e005dc3fab3d67
parente2d217f69ad711a6016806fa51532cfbbaa340bd (diff)
downloadgitlab-ce-docs-14664-collapsible-job-log.tar.gz
Adds docs for job collpasible sectionsdocs-14664-collapsible-job-log
-rw-r--r--doc/ci/quick_start/README.md8
-rw-r--r--doc/ci/quick_start/img/collapsible_log.pngbin0 -> 174697 bytes
2 files changed, 8 insertions, 0 deletions
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
--- /dev/null
+++ b/doc/ci/quick_start/img/collapsible_log.png
Binary files differ