Skip to content
Snippets Groups Projects
Commit a5d04597 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Fix job status -> pipeline status

parent a8fa1b26
No related branches found
No related tags found
1 merge request!9320Fix job status -> pipeline status
Pipeline #
Loading
@@ -91,7 +91,7 @@ total running time should be:
Loading
@@ -91,7 +91,7 @@ total running time should be:
   
## Badges ## 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. respective link in the [Pipelines settings] page.
   
[jobs]: #jobs [jobs]: #jobs
Loading
Loading
Loading
@@ -62,9 +62,9 @@ pipelines** checkbox and save the changes.
Loading
@@ -62,9 +62,9 @@ pipelines** checkbox and save the changes.
   
## Badges ## 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 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 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 your badges, as well as ways to embed the badge image in your HTML or Markdown
Loading
@@ -72,7 +72,7 @@ pages.
Loading
@@ -72,7 +72,7 @@ pages.
   
![Pipelines badges](img/pipelines_settings_badges.png) ![Pipelines badges](img/pipelines_settings_badges.png)
   
### Job status badge ### Pipeline status badge
   
Depending on the status of your job, a badge can have the following values: Depending on the status of your job, a badge can have the following values:
   
Loading
@@ -82,7 +82,7 @@ Depending on the status of your job, a badge can have the following values:
Loading
@@ -82,7 +82,7 @@ Depending on the status of your job, a badge can have the following values:
- skipped - skipped
- unknown - 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 https://example.gitlab.com/<namespace>/<project>/badges/<branch>/build.svg
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment