formation 3 年之前
父节点
当前提交
a6c584dc66
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Jenkinsfile

+ 9 - 0
Jenkinsfile

@@ -135,6 +135,15 @@ node{
 	// 		imageExpress.push('latest')
 	// 	}*/
 	// }
+    stage('SonarQube analysis') 
+    {
+        def scannerHome = tool 'SonarQube Scanner';
+        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=azerty10"
+        }
+    }
 	
 
     stage('Build Docker MEAN Stack(PreProduction Deployment)')