diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-08 13:17:29 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-11 10:29:14 +0100 |
commit | 418e761ad132351b9d4ab2d7ae3e0742169ddc60 (patch) | |
tree | 3f21fc88ad3a3aa1e381856820855f7898509fdc /doc/ci/quick_start | |
parent | 29f2600ab6b04d95c7ef4fbfea7c4c9ecf638e97 (diff) | |
download | gitlab-ce-418e761ad132351b9d4ab2d7ae3e0742169ddc60.tar.gz |
Add short builds badge documentation
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r-- | doc/ci/quick_start/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index a9b36139de9..85f46469f81 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -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! |