Explorar el Código

adjusted jenkinsfile

xiaoct hace 7 años
padre
commit
3d195f6f81
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      Jenkinsfile

+ 6 - 0
Jenkinsfile

@@ -7,6 +7,12 @@ pipeline {
         }
         }
     }
     }
     stages {
     stages {
+        stage('SonarQube Analysis') {
+            steps {
+                sh 'sonar-scanner'
+            }
+        }
+
         stage('Build'){
         stage('Build'){
             steps {
             steps {
                 sh 'npm install'
                 sh 'npm install'