mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +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:
|
after_script:
|
||||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||||
|
|
||||||
|
after_failure:
|
||||||
|
- 'ls -lrt'
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||||
collect:
|
collect:
|
||||||
artifacts: build/libs/*.jar
|
artifacts: build/libs/*.jar
|
||||||
junit: build/test-results/*.xml
|
junit:
|
||||||
|
- target/*.jar
|
||||||
|
- target/*.war
|
||||||
inventories:
|
inventories:
|
||||||
dev:
|
dev:
|
||||||
- ../inventories/dev
|
- ../inventories/dev
|
||||||
|
|
Loading…
Reference in a new issue