mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
4ebd6478b5
commit
d4c1a87354
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
withSonarQubeEnv(installationName:'sonar-1')
|
withSonarQubeEnv(installationName:'sonar-1')
|
||||||
{
|
{
|
||||||
sh './mvnw clean sonar:sonar'
|
sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue