mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Edit Jenkinsfile
This commit is contained in:
parent
916797136f
commit
277a954f1d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage ('Checkstyle') {
|
||||
steps {
|
||||
sh 'mvn checkstyle:checkstyle'
|
||||
sh 'mvn validate'
|
||||
archiveArtifacts artifacts: 'target/checkstyle-report.xml', allowEmptyArchive: true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue