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