added changes

This commit is contained in:
Madhuri-chinta 2023-03-14 20:20:42 +05:30
parent 186ad203bc
commit 8f1c16f493

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
} }
stage('sonarqube') { stage('sonarqube') {
steps { steps {
withSonarQubeEnv('My SonarQube Server') { withSonarQubeEnv('madhuri') {
sh 'mvn clean package sonar:sonar' sh 'mvn clean package sonar:sonar'
} }
} }