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