formation 3 gadi atpakaļ
vecāks
revīzija
a4e05cb0b8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -137,7 +137,7 @@ node{
 	// }
 	// }
     stage('SonarQube analysis') 
     stage('SonarQube analysis') 
 		{
 		{
-			def scannerHome = tool 'SonarQube Scanner 4.7.0.2747';
+			def scannerHome = tool 'SonarQube Scanner';
 			withSonarQubeEnv('SonarQube') 
 			withSonarQubeEnv('SonarQube') 
 			{ 
 			{ 
 			// If you have configured more than one global server connection, you can specify its name
 			// If you have configured more than one global server connection, you can specify its name