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
e340fad0
Commit
e340fad0
authored
Apr 28, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document sorting of jobs in pipelines graph
parent
cd9d1c6f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
doc/ci/img/pipelines_mini_graph_sorting.png
doc/ci/img/pipelines_mini_graph_sorting.png
+0
-0
doc/ci/pipelines.md
doc/ci/pipelines.md
+27
-2
No files found.
doc/ci/img/pipelines_mini_graph_sorting.png
0 → 100644
View file @
e340fad0
10.5 KB
doc/ci/pipelines.md
View file @
e340fad0
# Introduction to pipelines and jobs
>**Note:**
Introduced in GitLab 8.8.
> Introduced in GitLab 8.8.
## Pipelines
...
...
@@ -162,6 +161,31 @@ stage has a job with a manual action.
![
Pipelines example
](
img/pipelines.png
)
### Ordering of jobs in pipeline graphs
**Regular pipeline graph**
In the single pipeline page, jobs are sorted by name.
**Mini pipeline graph**
> [Introduced][ce-9760] in GitLab 9.0.
In the pipeline mini graphs, the jobs are sorted first by severity and then
by name. The order of severity is:
-
failed
-
warning
-
pending
-
running
-
manual
-
canceled
-
success
-
skipped
-
created
![
Pipeline mini graph sorting
](
img/pipelines_mini_graph_sorting.png
)
## How the pipeline duration is calculated
Total running time for a given pipeline would exclude retries and pending
...
...
@@ -209,4 +233,5 @@ respective link in the [Pipelines settings] page.
[
ce-5742
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5742
[
ce-6242
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6242
[
ce-7931
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7931
[
ce-9760
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9760
[
regexp
]:
https://gitlab.com/gitlab-org/gitlab-ce/blob/2f3dc314f42dbd79813e6251792853bc231e69dd/app/models/commit_status.rb#L99
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