From 418e761ad132351b9d4ab2d7ae3e0742169ddc60 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 8 Feb 2016 13:17:29 +0100 Subject: Add short builds badge documentation --- doc/ci/quick_start/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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! -- cgit v1.2.1