mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-12 13:01:10 +00:00
skip checkstyle in test
This commit is contained in:
parent
ea70b9bcd9
commit
a0807d5f3a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -17,7 +17,7 @@ pipeline {
|
|||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'mvn test'
|
||||
sh 'mvn test -Dcheckstyle.skip=true'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue