mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00: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
12
.jervis.yml
12
.jervis.yml
|
@ -19,15 +19,15 @@ after_failure:
|
|||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
- ${HOME}/.m2
|
||||
|
||||
jenkins:
|
||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||
collect:
|
||||
artifacts: build/libs/*.jar
|
||||
junit:
|
||||
- target/*.jar
|
||||
- target/*.war
|
||||
stash:
|
||||
- name: artifacts
|
||||
allow_empty: true
|
||||
includes:
|
||||
- target/*.jar
|
||||
inventories:
|
||||
dev:
|
||||
- ../../inventories/dev
|
||||
|
|
Loading…
Reference in a new issue