From 1a588ff1878bdab810dc04ea7a9f6888e25bccb7 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Wed, 24 Feb 2021 14:02:48 -0800 Subject: Revert "Update sonar scanner default to latest..." This reverts commit f85c92920e00ce776ed25e70f1cd87678f2f02ab. The commit did not have the intended effect. It was meant to replace an outdated version of the sonar plugin, but this latest version is not available for mvn builds. The former version is the latest available via mvn, so we should just revert this commit. The fix for this problem will ultimately be to update the node.js version on the builder prior to running the scan. Change-Id: I4acf72e50c3f54b7b49a71833bdd7648de609802 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball --- jjb/global-defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml index d879661c5..e29f27883 100644 --- a/jjb/global-defaults.yaml +++ b/jjb/global-defaults.yaml @@ -59,7 +59,7 @@ # SonarCloud sonarcloud_project_organization: onap sonarcloud_api_token: da97604dfdc36ec82488a97ebea96ad01f7b10ff - sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:4.6.0.2311:sonar" + sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131:sonar" # Nexus3 docker registries container-public-registry: nexus3.onap.org:10001 -- cgit 1.2.3-korg