mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 05:11:12 +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…
Add table
Add a link
Reference in a new issue