Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
4e4eb4da12cc
Commit
a5d04597
authored
Feb 16, 2017
by
Mark Pundsack
Browse files
Fix job status -> pipeline status
parent
601f91a3dfdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/ci/pipelines.md
View file @
4e4eb4da
...
...
@@ -91,7 +91,7 @@ total running time should be:
## Badges
Job
status and test coverage report badges are available. You can find their
Pipeline
status and test coverage report badges are available. You can find their
respective link in the [Pipelines settings] page.
[
jobs
]:
#jobs
...
...
doc/user/project/pipelines/settings.md
View file @
4e4eb4da
...
...
@@ -62,9 +62,9 @@ pipelines** checkbox and save the changes.
## Badges
In the pipelines settings page you can find
job
status and test coverage
In the pipelines settings page you can find
pipeline
status and test coverage
badges for your project. The latest successful pipeline will be used to read
the
job
status and test coverage values.
the
pipeline
status and test coverage values.
Visit the pipelines settings page in your project to see the exact link to
your badges, as well as ways to embed the badge image in your HTML or Markdown
...
...
@@ -72,7 +72,7 @@ pages.

###
Job
status badge
###
Pipeline
status badge
Depending on the status of your job, a badge can have the following values:
...
...
@@ -82,7 +82,7 @@ Depending on the status of your job, a badge can have the following values:
-
skipped
-
unknown
You can access a
job
status badge image using the following link:
You can access a
pipeline
status badge image using the following link:
```
https://example.gitlab.com/<namespace>/<project>/badges/<branch>/build.svg
...
...
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