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