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

@ -16,6 +16,7 @@ pipeline {
steps {
withSonarQubeEnv('SONAR_CLOUD') {
sh 'mvn clean package sonar:sonar'
}
}
}
stage('Gathering the artifacts & test results') {