summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-10-11 15:02:11 -0400
committerThanh Ha <thanh.ha@linuxfoundation.org>2016-10-11 15:02:12 -0400
commit586547498b0a56c774e79739e35adadacb709eb2 (patch)
treed3c9db0ca2826ee14ae6ca6370976acf76ce99d2 /jjb/honeycomb
parent99d47fd685613921a7623cd5f6f63cf00260cb38 (diff)
Temporarily disable sonar
Sonar is failing at the moment because the build runs against Java 8 and then sonar maven build step runs with Java 7. Disable sonar publishing so that the merge job at least passes while we figure out the right incantation to allow for the sonar step to pass. Change-Id: I5c868ba3888a19aa85c46dc8ee6af4c6f2b49706 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb/honeycomb')
-rw-r--r--jjb/honeycomb/honeycomb.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index 1d21e2b78..72b12226c 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -201,10 +201,6 @@
- findbugs
publishers:
- - sonar:
- jdk: 'openjdk8'
- language: 'java'
- branch: '{stream}'
- email-notification:
email-prefix: '[honeycomb]'