Skip to content

Commit afbb34c

Browse files
committed
Upgrade sonar scanner version to fix the error coming after version upgrade of Sonar Qube Server
Signed-off-by: Vasu1105 <vjagdale@progress.com>
1 parent 9ad1d00 commit afbb34c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.expeditor/buildkite/verify.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ RAKE_EXIT=$?
3737
# If coverage is enabled, then we need to pick up the coverage/coverage.json file
3838
if [ -n "${CI_ENABLE_COVERAGE:-}" ]; then
3939
echo "--- installing sonarscanner"
40-
export SONAR_SCANNER_VERSION=4.7.0.2747
41-
export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux
42-
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
40+
export SONAR_SCANNER_VERSION=6.1.0.4477
41+
export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux-x64
42+
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux-x64.zip
4343
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/
4444
export PATH=$SONAR_SCANNER_HOME/bin:$PATH
45-
export SONAR_SCANNER_OPTS="-server"
45+
export SONAR_SCANNER_OPTS="-server
4646
4747
# See sonar-project.properties for additional settings
4848
echo "--- running sonarscanner"

0 commit comments

Comments
 (0)