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
Boxiang Sun
gitlab-ce
Commits
236feb08
Commit
236feb08
authored
Nov 20, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pipeline status badge details docs
parent
202ab628
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+1
-1
doc/user/project/pipelines/settings.md
doc/user/project/pipelines/settings.md
+3
-1
No files found.
doc/ci/yaml/README.md
View file @
236feb08
...
...
@@ -124,7 +124,7 @@ stages:
1.
First, all jobs of
`build`
are executed in parallel.
1.
If all jobs of
`build`
succeed, the
`test`
jobs are executed in parallel.
1.
If all jobs of
`test`
succeed, the
`deploy`
jobs are executed in parallel.
1.
If all jobs of
`deploy`
succeed, the commit is marked as
`
success
`
.
1.
If all jobs of
`deploy`
succeed, the commit is marked as
`
passed
`
.
1.
If any of the previous jobs fails, the commit is marked as
`failed`
and no
jobs of further stage are executed.
...
...
doc/user/project/pipelines/settings.md
View file @
236feb08
...
...
@@ -115,10 +115,12 @@ pages.
Depending on the status of your job, a badge can have the following values:
-
pending
-
running
-
success
-
passed
-
failed
-
skipped
-
canceled
-
unknown
You can access a pipeline status badge image using the following link:
...
...
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