formation 5 éve
szülő
commit
94984b4771
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -36,7 +36,7 @@ node{
         sh 'ls -ls'
     }
     stage('SonarQube analysis') { 
-        def scannerHome = tool 'SonarQube Scanner 2.8'; withSonarQubeEnv('SonarQube') {
+        def scannerHome = tool 'SonarQube Scanner 2.11'; withSonarQubeEnv('SonarQube') {
              // If you have configured more than one global server connection, you can specify its name 
              sh "${scannerHome}/bin/sonar-scanner -Dsonar.login=admin -Dsonar.password=admin" } 
     }