Update sonar command

Update sonar command
This commit is contained in:
sandeepds 2019-08-26 09:34:42 +05:30 committed by GitHub
parent e30b1c5833
commit a4eb473036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ node {
stage('Sonar Quality Analysis'){
//Run the sonar scan
withSonarQubeDev('sonarqube'){
sh "'mvn clean package sonar:sonar'
sh 'mvn clean package sonar:sonar'
}
}
stage('Sonar Quality Gate') {