mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a8543e9809
commit
b10540bd19
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -12,7 +12,8 @@ pipeliene {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar'
|
archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar'
|
||||||
onlyIfSuccesful: true
|
onlyIfSuccesful: true
|
||||||
junit testresults: '**/test-results/test/TEST-*.xml'
|
junit testResults: '**/test-results/test/TEST-*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue