mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
added -Dcheckstyle.skip to ./mvnw verify sonar:sonar command
This commit is contained in:
parent
197d2c3b70
commit
28f29c267a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,7 +24,7 @@ stages {
|
||||||
stage ("sonar cloud code analysis") {
|
stage ("sonar cloud code analysis") {
|
||||||
steps {
|
steps {
|
||||||
dir("spring-petclinic") {
|
dir("spring-petclinic") {
|
||||||
sh "./mvnw verify sonar:sonar"
|
sh "./mvnw verify sonar:sonar -Dcheckstyle.skip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue