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

+ 1 - 3
Jenkinsfile

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