mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Bim
This commit is contained in:
parent
c109326473
commit
db33c0e41d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -38,7 +38,7 @@ pipeline {
|
||||||
"static-analysis" : {
|
"static-analysis" : {
|
||||||
node("build") {
|
node("build") {
|
||||||
unstash "sources"
|
unstash "sources"
|
||||||
withMaven("M3") {
|
withMaven(maven:"M3") {
|
||||||
withSonarQubeEnv('sonarqube') {
|
withSonarQubeEnv('sonarqube') {
|
||||||
sh 'mvn sonar:sonar'
|
sh 'mvn sonar:sonar'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue