... | @@ -44,14 +44,4 @@ Creating a Jenkins job for your Gitlab project can be broken into 3 major steps: |
... | @@ -44,14 +44,4 @@ Creating a Jenkins job for your Gitlab project can be broken into 3 major steps: |
|
|
|
|
|
### Add Status Badge to Project
|
|
### Add Status Badge to Project
|
|
|
|
|
|
Add a Jenkins status badge to your project's `README.md` file, beneath the title, in the following format
|
|
Use the snippet: $12 to add a Jenkins status badge to your project's `README.md` file. |
|
|
|
\ No newline at end of file |
|
```
|
|
|
|
[![Jenkins]({JENKINS JOB URL}/badge/icon)]({JENKINS JOB URL})
|
|
|
|
```
|
|
|
|
|
|
|
|
Where `{JENKINS JOB URL}` is the URL to your Jenkins job - e.g:
|
|
|
|
|
|
|
|
```
|
|
|
|
[![Jenkins](http://ci.digitec.local/job/kd-ui/badge/icon)](http://ci.digitec.local/job/kd-ui/)
|
|
|
|
``` |
|
|
|
\ No newline at end of file |
|
|