Add short builds badge documentation

This commit is contained in:
Grzegorz Bizon 2016-02-08 13:17:29 +01:00
parent 29f2600ab6
commit 418e761ad1
1 changed files with 10 additions and 0 deletions

View File

@ -184,6 +184,16 @@ you expected.
You are also able to view the status of any commit in the various pages in
GitLab, such as **Commits** and **Merge Requests**.
## Builds badge
You can access a builds badge image using following link:
```
http://example.gitlab.com/namespace/project/builds/status/branch/badge.svg
```
Build badge is available for everyone, even if your project is private or internal.
## Next steps
Awesome! You started using CI in GitLab!