summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-07 22:54:19 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-09-07 22:54:19 +0200
commitb74ab79911ce487d68d7370e5b52f475a1633539 (patch)
tree3c2b02898d17ae06218ce8d3c54b133d714a081d
parent40db1b2c7eead13ccc9d65e777f7e2451fb04264 (diff)
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 <mmarsale@cisco.com>
-rw-r--r--jjb/honeycomb/honeycomb.yaml5
1 files changed, 1 insertions, 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: