We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d90a6 commit cc0b925Copy full SHA for cc0b925
1 file changed
Jenkinsfile
@@ -34,7 +34,7 @@ try {
34
35
stage('SonarQube analysis') {
36
// requires SonarQube Scanner 2.8+
37
- def scannerHome = tool 'SonarQube Scanner 2.8';
+ def scannerHome = tool 'SonarQube Scanner 2';
38
println scannerHome;
39
withSonarQubeEnv('ReidWeb SonarQube') {
40
sh "${scannerHome}/bin/sonar-scanner"
0 commit comments