mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 22:05:50 +00:00
added changes
This commit is contained in:
parent
3f136c61e5
commit
3ebad46477
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -37,8 +37,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('reporting'){
|
stage('reporting'){
|
||||||
|
steps {
|
||||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue