mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
bugfix jenkinsfile
This commit is contained in:
parent
b2d8d00942
commit
5b3f086182
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -17,11 +17,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Checkstyle') {
|
||||
steps {
|
||||
sh './mvnw checkstyle:checkstyle'
|
||||
}s
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: '**/target/checkstyle-result.xml', allowEmptyArchive: true
|
||||
|
|
Loading…
Reference in a new issue