Fixing collects

This commit is contained in:
Roberto Badô 2018-04-07 13:27:39 -03:00
parent 7ab0b38657
commit 925c50aa66

View file

@ -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