Commit 236feb08 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Update pipeline status badge details docs

parent 202ab628
...@@ -124,7 +124,7 @@ stages: ...@@ -124,7 +124,7 @@ stages:
1. First, all jobs of `build` are executed in parallel. 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 `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 `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 1. If any of the previous jobs fails, the commit is marked as `failed` and no
jobs of further stage are executed. jobs of further stage are executed.
......
...@@ -115,10 +115,12 @@ pages. ...@@ -115,10 +115,12 @@ pages.
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:
- pending
- running - running
- success - passed
- failed - failed
- skipped - skipped
- canceled
- unknown - unknown
You can access a pipeline status badge image using the following link: You can access a pipeline status badge image using the following link:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment