Skip to content

Commit cc0b925

Browse files
authored
Update Jenkinsfile
1 parent 22d90a6 commit cc0b925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ try {
3434

3535
stage('SonarQube analysis') {
3636
// requires SonarQube Scanner 2.8+
37-
def scannerHome = tool 'SonarQube Scanner 2.8';
37+
def scannerHome = tool 'SonarQube Scanner 2';
3838
println scannerHome;
3939
withSonarQubeEnv('ReidWeb SonarQube') {
4040
sh "${scannerHome}/bin/sonar-scanner"

0 commit comments

Comments
 (0)