From: Thanh Ha Date: Tue, 11 Oct 2016 19:02:11 +0000 (-0400) Subject: Temporarily disable sonar X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=586547498b0a56c774e79739e35adadacb709eb2;p=ci-management.git 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 --- 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]'