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
7ec8a15c
Commit
7ec8a15c
authored
Jun 18, 2019
by
Filipa Lacerda
Committed by
Evan Read
Jun 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds docs for job collapsible sections
parent
57a1c98d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
doc/ci/img/collapsible_log.png
doc/ci/img/collapsible_log.png
+0
-0
doc/ci/pipelines.md
doc/ci/pipelines.md
+14
-0
No files found.
doc/ci/img/collapsible_log.png
0 → 100644
View file @
7ec8a15c
171 KB
doc/ci/pipelines.md
View file @
7ec8a15c
...
...
@@ -139,6 +139,20 @@ The union of A, B, and C is (1, 4) and (6, 7). Therefore, the total running time
(4 - 1) + (7 - 6) => 4
```
## Expanding and collapsing job log sections
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/14664) in GitLab
> 12.0.
Job logs are divided into sections that can be collapsed or expanded.
In the following example:
-
Two sections are expanded and can be collapsed.
-
One section is collapsed and can be expanded.
![
Collapsible sections
](
img/collapsible_log.png
)
## Configuring pipelines
Pipelines, and their component jobs and stages, are defined in the
[
`.gitlab-ci.yml`
](
yaml/README.md
)
file for each project.
...
...
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