mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
skip the checktyle in build
This commit is contained in:
parent
40992f8f54
commit
487f87820e
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,13 +19,11 @@ pipeline {
|
|||
steps {
|
||||
sh 'mvn clean package -DskipTests -Dcheckstyle.skip=true'
|
||||
}
|
||||
/*
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'target/*.jar', allowEmptyArchive: true
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue