mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
sonar devlop
This commit is contained in:
parent
60c6095ebf
commit
4ce23f826a
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,7 +23,7 @@ pipeline {
|
|||
}
|
||||
steps{
|
||||
withSonarQubeEnv('SonarServer') {
|
||||
sh '''$SCANNER_HOME/bin/sonar-scanner \
|
||||
sh '''$SONAR_HOME/bin/sonar-scanner \
|
||||
-Dsonar.projectKey=myPETC \
|
||||
-Dsonar.projectName=mypetclinc \
|
||||
-Dsonar.sources=. \
|
||||
|
|
Loading…
Reference in a new issue