Commit 96e53f73 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'ak/doc-shell-sections' into 'master'

Add note on shells with collapsible sections

See merge request gitlab-org/gitlab!57488
parents aca5aac2 08b5d323
...@@ -227,6 +227,9 @@ job1: ...@@ -227,6 +227,9 @@ job1:
- echo -e "\e[0Ksection_end:`date +%s`:my_first_section\r\e[0K" - echo -e "\e[0Ksection_end:`date +%s`:my_first_section\r\e[0K"
``` ```
Depending on the shell that your runner uses, for example if it is using ZSH, you may need to
escape the special characters like so: `\\e` and `\\r`.
In the example above: In the example above:
- `date +%s`: The Unix timestamp (for example `1560896352`). - `date +%s`: The Unix timestamp (for example `1560896352`).
......
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