mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Stashing artifacts
This commit is contained in:
parent
f653c962bb
commit
5d97732070
1 changed files with 16 additions and 23 deletions
39
.jervis.yml
39
.jervis.yml
|
@ -9,34 +9,27 @@ language: java
|
||||||
git:
|
git:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- DOCKER_IMAGE_BASE_URL=registry2.swarm.devfactory.com/aurea/central/jervis/petclinic
|
|
||||||
- DOCKER_HOST=tcp://dlb1.aureacentral.com:2375
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ${HOME}/.m2
|
- ${HOME}/.m2
|
||||||
|
|
||||||
after_script:
|
|
||||||
- ls -lrt target/
|
|
||||||
- sleep 1000
|
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
stash:
|
stash:
|
||||||
artifacts:
|
artifacts: target/*
|
||||||
collect:
|
collect:
|
||||||
artifacts: target/*.jar
|
artifacts: target/*
|
||||||
|
|
||||||
inventories:
|
services:
|
||||||
dev:
|
petclinc:
|
||||||
- ../../inventories/dev
|
docker_login:
|
||||||
regression:
|
username: electricflow
|
||||||
- ../../inventories/regression
|
password: !vault |
|
||||||
qa:
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
- ../../inventories/qa
|
34373161303764653863383637376231393862643634646535666232636635386437353163363934
|
||||||
staging:
|
3866303939316462313939303230323534313238323832340a666637366338333033643733303038
|
||||||
- ../../inventories/staging
|
66633263616462323766323364663835376438666663616566643739373936633964346565613363
|
||||||
release:
|
3264653436303761350a613565663463386139303131393035663332653336393362366266316139
|
||||||
- ../../inventories/release
|
3034
|
||||||
|
docker_image:
|
||||||
|
path: .
|
||||||
|
name: registry2.swarm.devfactory.com/aurea/central/jervis/petclinic
|
||||||
|
|
Loading…
Reference in a new issue