mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added
This commit is contained in:
parent
4666e630b2
commit
240aee3fef
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
|
||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||
junit testResults : '**/target/surefire-reports/TEST-*.jar'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue