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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
3bd5d531
Commit
3bd5d531
authored
Apr 13, 2018
by
Mayra Cabrera
Committed by
Achilleas Pipinellis
Apr 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing documentation about failure reason
parent
46302c8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
changelogs/unreleased/docs-for-failure-reason-tooltip.yml
changelogs/unreleased/docs-for-failure-reason-tooltip.yml
+5
-0
doc/ci/img/job_failure_reason.png
doc/ci/img/job_failure_reason.png
+0
-0
doc/ci/pipelines.md
doc/ci/pipelines.md
+16
-0
No files found.
changelogs/unreleased/docs-for-failure-reason-tooltip.yml
0 → 100644
View file @
3bd5d531
---
title
:
Add documentation for Pipelines failure reasons
merge_request
:
18352
author
:
type
:
other
doc/ci/img/job_failure_reason.png
0 → 100644
View file @
3bd5d531
5.22 KB
doc/ci/pipelines.md
View file @
3bd5d531
...
...
@@ -73,6 +73,21 @@ cancel the job, retry it, or erase the job trace.
![
Pipelines example
](
img/pipelines.png
)
## Seeing the failure reason for jobs
> [Introduced][ce-5742] in GitLab 10.7.
When a pipeline fails or is allowed to fail, there are several places where you
can quickly check the reason it failed:
-
**In the pipeline graph**
present on the pipeline detail view.
-
**In the pipeline widgets**
present in the merge requests and commit pages.
-
**In the job views**
present in the global and detailed views of a job.
In any case, if you hover over the failed job you can see the reason it failed.
![
Pipeline detail
](
img/job_failure_reason.png
)
## Pipeline graphs
> [Introduced][ce-5742] in GitLab 8.11.
...
...
@@ -263,4 +278,5 @@ runners will not use regular runners, they must be tagged accordingly.
[
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
[
ce-17782
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17782
[
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