mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
fix changes
This commit is contained in:
parent
a3bb1587d7
commit
f97f79e5bf
1 changed files with 5 additions and 1 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -22,7 +22,11 @@ pipeline {
|
||||||
stage('sonar analysis') {
|
stage('sonar analysis') {
|
||||||
steps {
|
steps {
|
||||||
withSonarQubeEnv('SONAR_CLOUD') {
|
withSonarQubeEnv('SONAR_CLOUD') {
|
||||||
sh './mvnw clean package sonar:sonar -Dsonar.organization=springpetclinic143 -Dsonar.projectkey=springpetclinic143_springpetclinic'
|
sh './mvnw clean package sonar:sonar \
|
||||||
|
-Dsonar.login=c45c7a19f4922204691505544e687b2bcc1a3503 \
|
||||||
|
-Dsonar.host.url=https://sonarcloud.io \
|
||||||
|
-Dsonar.organization=springpetclinic143 \
|
||||||
|
-Dsonar.projectKey=springpetclinic143_springpetclinic'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue