mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
changes
This commit is contained in:
parent
2d1d7401c9
commit
6d72425615
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -24,8 +24,8 @@ pipeline {
|
|||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
junit testResults: '**/surefire-reports/TEST-*.xml'
|
||||
archiveArtifacts artifacts: '**/target/gameoflife.war'
|
||||
junit testResults: '**/target/spring-petclinic-*.jar'
|
||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue