From b74ab79911ce487d68d7370e5b52f475a1633539 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 7 Sep 2016 22:54:19 +0200 Subject: [PATCH] Do not run sonar analysis from integration honeycomb jobs No need, sonar analysis is run on merge jobs. No need to run again from integration job. Also integration jobs might be run even if honeycomb code hasen't changed, running the analysis pointlessly. Change-Id: I527dbc77e9ce528da169443a77f47f5251216670 Signed-off-by: Maros Marsalek --- jjb/honeycomb/honeycomb.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 386fb213a..55f068141 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -259,7 +259,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true -Dsonar' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true' maven-opts: '-Xmx2048m -Dmaven.compile.fork=true' settings: 'honeycomb-settings' settings-type: cfp @@ -288,9 +288,6 @@ - findbugs publishers: - - sonar: - language: 'java' - branch: '{stream}' - email-notification: email-prefix: '[honeycomb]' - maven-deploy: -- 2.16.6