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
02d3f7bea0
commit
609c3658d4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pipeline {
|
|||
}
|
||||
stage('reporting') {
|
||||
steps {
|
||||
junits: '**/target/surefire-reports/TEST-*.xml',
|
||||
junits: '**/target/surefire-reports/TEST-*.xml'
|
||||
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue