From: Maros Marsalek Date: Wed, 7 Sep 2016 08:46:56 +0000 (+0200) Subject: Distinguish honeycomb branches in sonar analysis X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F2694%2F3;p=ci-management.git Distinguish honeycomb branches in sonar analysis According to http://stackoverflow.com/questions/15596522/sonar-analysis-using-multiple-git-branches-in-jenkins this is the way of telling sonar to distinguish analysis for multiple branches. Change-Id: I599f69a3cc00d7c7541a182b0604bfb74df6b158 Signed-off-by: Maros Marsalek --- diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 9c96d88eb..386fb213a 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -210,6 +210,7 @@ publishers: - sonar: language: 'java' + branch: '{stream}' - email-notification: email-prefix: '[honeycomb]' @@ -289,6 +290,7 @@ publishers: - sonar: language: 'java' + branch: '{stream}' - email-notification: email-prefix: '[honeycomb]' - maven-deploy: