Temporarily disable sonar 59/3359/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 11 Oct 2016 19:02:11 +0000 (15:02 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 11 Oct 2016 19:02:12 +0000 (15:02 -0400)
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>
jjb/honeycomb/honeycomb.yaml

index 1d21e2b..72b1222 100644 (file)
         - findbugs
 
     publishers:
-        - sonar:
-            jdk: 'openjdk8'
-            language: 'java'
-            branch: '{stream}'
         - email-notification:
             email-prefix: '[honeycomb]'