Update Method

Update Method
This commit is contained in:
sandeepds 2019-08-26 09:56:58 +05:30 committed by GitHub
parent a4eb473036
commit f03d63503c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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