formation 3 년 전
부모
커밋
3d7c18a7a2
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Jenkinsfile

+ 3 - 1
Jenkinsfile

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