summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2021-02-24 14:02:48 -0800
committerEric Ball <eball@linuxfoundation.org>2021-02-24 14:12:27 -0800
commit1a588ff1878bdab810dc04ea7a9f6888e25bccb7 (patch)
treef76678aabefdaa88af8bb1bc000a691bef922733
parentee115ea2c240773e94ffdffa51582a9326774a01 (diff)
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 <eball@linuxfoundation.org>
-rw-r--r--jjb/global-defaults.yaml2
1 files changed, 1 insertions, 1 deletions
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