xiaoct пре 7 година
родитељ
комит
3d195f6f81
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      Jenkinsfile

+ 6 - 0
Jenkinsfile

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