Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-04-06 17:16:30 +05:30 committed by GitHub
parent 9c4bbce8cf
commit 0f659edc7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ stages {
stage ('sonarqube') {
steps{
withSonarQubeEnv('sonarqube') {
sh 'mvn clean package sonar:sonar'
sh 'mvn clean package sonar:sonar -Dsonar.organization=springpetclinic1'
}
}
}