Skip to content

Commit c11885b

Browse files
Update CI.Jenkinsfile
upgrade sonar scanner
1 parent b1e7daf commit c11885b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CI.Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ def runVersion(sourceDir, ver) {
1818
// TODO: Add CS Fixer Execution somewhere in CI.sh during the 8.2 extras.
1919
if (ver == 8.1) {
2020
sonarExec = "cd /root/ && \
21-
wget -q https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.0.2856-linux.zip && \
22-
unzip -q sonar-scanner-cli-4.8.0.2856-linux.zip && \
21+
wget -q https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.1.3023-linux.zip && \
22+
unzip -q sonar-scanner-cli-4.8.1.3023-linux.zip && \
2323
cd /php-source && \
24-
/root/sonar-scanner-4.8.0.2856-linux/bin/sonar-scanner ${mySonarOpts}"
24+
/root/sonar-scanner-4.8.1.3023-linux/bin/sonar-scanner ${mySonarOpts}"
2525
} else {
2626
sonarExec = "echo Skipping Sonar for this version."
2727
}

0 commit comments

Comments
 (0)