diff --git a/Jenkinsfile b/Jenkinsfile index e0c04a16f..f3824f7d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ stages { stage ("sonar cloud code analysis") { steps { dir("spring-petclinic") { - sh "./mvnw verify sonar:sonar" + sh "./mvnw verify sonar:sonar -Dcheckstyle.skip" } } }