mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added daybuild for jenkins in declarative pipeline
This commit is contained in:
parent
b4e06f4e8b
commit
08e6405a95
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ pipeline {
|
|||
}
|
||||
stage('reporting') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar',
|
||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||
junits: '**/target/surefire-reports/TEST-*.xml',
|
||||
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue