added sonarqube

This commit is contained in:
Bharatkumar5690 2023-03-08 12:43:01 +05:30
parent 5c75d795d1
commit 548b9ff5ff

1
Jenkinsfile vendored
View file

@ -18,6 +18,7 @@ pipeline {
sh 'mvn clean package sonar:sonar' sh 'mvn clean package sonar:sonar'
} }
} }
}
stage('Gathering the artifacts & test results') { stage('Gathering the artifacts & test results') {
steps { steps {
archiveArtifacts artifacts: '**/target/*.jar', archiveArtifacts artifacts: '**/target/*.jar',