added -Dcheckstyle.skip to ./mvnw verify sonar:sonar command

This commit is contained in:
BrahmanapallyNagaraju 2020-04-13 23:40:20 +05:30 committed by GitHub
parent 197d2c3b70
commit 28f29c267a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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"
}
}
}