Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f29e4ddc
Commit
f29e4ddc
authored
Sep 23, 2020
by
Kev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 3 suggestion(s) to 1 file(s)
parent
a04dc681
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
doc/ci/pipelines/index.md
doc/ci/pipelines/index.md
+6
-4
No files found.
doc/ci/pipelines/index.md
View file @
f29e4ddc
...
...
@@ -465,12 +465,14 @@ section_end:1560896353:my_first_section\r\e[0K
You can make the job log automatically collapse the collapsible sections by adding the
`collapsed`
option to the section start.
You must add the string
`[collapsed=true]`
after the section name and before the
`\r`
:
You can make the job log automatically collapse collapsible sections by adding the
`collapsed`
option to the section start.
Add
`[collapsed=true]`
after the section name and before the
`\r`
. The section end marker
remains unchanged:
-
Section start marker with
options
:
`section_start:UNIX_TIMESTAMP:SECTION_NAME[collapsed=true]\r\e[0K`
+
`TEXT_OF_SECTION_HEADER`
-
Section end marker
stays untouched
:
`section_end:UNIX_TIMESTAMP:SECTION_NAME\r\e[0K`
-
Section start marker with
`[collapsed=true]`
:
`section_start:UNIX_TIMESTAMP:SECTION_NAME[collapsed=true]\r\e[0K`
+
`TEXT_OF_SECTION_HEADER`
-
Section end marker:
`section_end:UNIX_TIMESTAMP:SECTION_NAME\r\e[0K`
You must a
dd the updated section start text to the CI configuration. For example,
A
dd the updated section start text to the CI configuration. For example,
using
`echo`
:
```
yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment