From fd46fc522f14a5af3f4fe8ef4be6aac9c6ee427b Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Fri, 26 Mar 2021 10:32:41 -0700 Subject: Add script to update nodejs for Sonarcloud scans Some projects have been seeing failures in Sonarcloud scans, as they are no longer compatible with Node --- jjb/vid/vid.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/vid') diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml index ad118a866..748bb5e16 100644 --- a/jjb/vid/vid.yaml +++ b/jjb/vid/vid.yaml @@ -53,7 +53,7 @@ - project: name: vid-sonar jobs: - - gerrit-maven-sonar + - gerrit-maven-sonar-prescan-script sonarcloud: true sonarcloud-project-organization: '{sonarcloud_project_organization}' sonarcloud-api-token: '{sonarcloud_api_token}' @@ -67,6 +67,7 @@ mvn-settings: 'vid-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + sonar-prescan-script: !include-raw-escape: ../ubuntu-latest-nodejs.sh - project: name: vid-clm -- cgit 1.2.3-korg