Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-04-06 17:22:36 +05:30 committed by GitHub
parent 0f659edc7a
commit 04f3eb714d
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 -Dsonar.organization=springpetclinic1'
sh 'mvn clean package sonar:sonar'
}
}
}