mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
skip the checktyle in build
This commit is contained in:
parent
2c8fffa147
commit
40992f8f54
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -17,7 +17,7 @@ pipeline {
|
|||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'mvn clean package -DskipTests'
|
||||
sh 'mvn clean package -DskipTests -Dcheckstyle.skip=true'
|
||||
}
|
||||
/*
|
||||
post {
|
||||
|
|
Loading…
Reference in a new issue