mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Change stash format
This commit is contained in:
parent
c9a7cb12cd
commit
014f471780
1 changed files with 6 additions and 6 deletions
10
.jervis.yml
10
.jervis.yml
|
@ -19,15 +19,15 @@ after_failure:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- ${HOME}/.m2
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||||
collect:
|
stash:
|
||||||
artifacts: build/libs/*.jar
|
- name: artifacts
|
||||||
junit:
|
allow_empty: true
|
||||||
|
includes:
|
||||||
- target/*.jar
|
- target/*.jar
|
||||||
- target/*.war
|
|
||||||
inventories:
|
inventories:
|
||||||
dev:
|
dev:
|
||||||
- ../../inventories/dev
|
- ../../inventories/dev
|
||||||
|
|
Loading…
Reference in a new issue