mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
added artifacts and test reports
This commit is contained in:
parent
f54208c278
commit
6703e90dea
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('test code by using sonarqube') {
|
stage('test code by using sonarqube') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: '**/target/gameoflife.war',
|
archiveArtifacts artifacts: '**/target/*.jar',
|
||||||
onlyIfSuccessful: true,
|
onlyIfSuccessful: true,
|
||||||
allowEmptyArchive: true
|
allowEmptyArchive: true
|
||||||
junit testResults: '**/surefire-reports/TEST-*.xml'
|
junit testResults: '**/surefire-reports/TEST-*.xml'
|
||||||
|
|
Loading…
Reference in a new issue