mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +00:00
Fixing collects
This commit is contained in:
parent
7ab0b38657
commit
925c50aa66
1 changed files with 6 additions and 2 deletions
|
@ -14,12 +14,16 @@ env:
|
|||
after_script:
|
||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||
|
||||
after_failure:
|
||||
- 'ls -lrt'
|
||||
|
||||
jenkins:
|
||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||
collect:
|
||||
artifacts: build/libs/*.jar
|
||||
junit: build/test-results/*.xml
|
||||
|
||||
junit:
|
||||
- target/*.jar
|
||||
- target/*.war
|
||||
inventories:
|
||||
dev:
|
||||
- ../inventories/dev
|
||||
|
|
Loading…
Reference in a new issue