From 6967e95346f1588b8372e01b8e691b2a282241f6 Mon Sep 17 00:00:00 2001
From: Steven Hahn <hahnse@ornl.gov>
Date: Fri, 29 May 2015 15:08:19 -0400
Subject: [PATCH] Add jenkins badges to README.md

need to use protected badges.
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 8430e32ce47..3bd9700386f 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,7 @@ Useful links
 
 [![Coverage Status](https://coveralls.io/repos/mantidproject/mantid/badge.svg?branch=master)](https://coveralls.io/r/mantidproject/mantid?branch=master)
 [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/335.svg)](https://scan.coverity.com/projects/335")
+
+| incremental | clean | system tests | doc tests | cpp-check | pylint | doxygen |
+|:-----------:|:-----:|:-----------:|:-------:|----------|--------|---------|
+|[![Build Status](http://builds.mantidproject.org/job/cppcheck_master/badge/icon)](http://builds.mantidproject.org/job/cppcheck_master/)             |[![Build Status](http://builds.mantidproject.org/job/master_clean/badge/icon)](http://builds.mantidproject.org/job/master_clean/)     |[![Build Status](http://builds.mantidproject.org/job/master_systemtests/badge/icon)](http://builds.mantidproject.org/job/master_systemtests)             |[![Build Status](http://builds.mantidproject.org/job/master_doctest/badge/icon)](http://builds.mantidproject.org/job/master_doctest)         |[![Build Status](http://builds.mantidproject.org/job/cppcheck_master/badge/icon)](http://builds.mantidproject.org/job/cppcheck_master)           |[![Build Status](http://builds.mantidproject.org/job/pylint_master/badge/icon)](http://builds.mantidproject.org/job/pylint_master)        |[![Build Status](http://builds.mantidproject.org/job/doxygen_master/badge/icon)](http://builds.mantidproject.org/job/doxygen_master/)         |
-- 
GitLab