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
2b49a0b683
commit
8ae8449419
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -25,8 +25,8 @@ pipeline {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',
|
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar',
|
||||||
junit testResults : '**/target/surefire-reports/TEST-*.jar'
|
junit testResults : '**/target/surefire-reports/TEST-*.xml'
|
||||||
=======
|
=======
|
||||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',
|
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',
|
||||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||||
|
|
Loading…
Reference in a new issue