summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-08 13:17:29 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-11 10:29:14 +0100
commit418e761ad132351b9d4ab2d7ae3e0742169ddc60 (patch)
tree3f21fc88ad3a3aa1e381856820855f7898509fdc
parent29f2600ab6b04d95c7ef4fbfea7c4c9ecf638e97 (diff)
downloadgitlab-ce-418e761ad132351b9d4ab2d7ae3e0742169ddc60.tar.gz
Add short builds badge documentation
-rw-r--r--doc/ci/quick_start/README.md10
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!