mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Tree
This commit is contained in:
parent
d5afcbbf27
commit
f16f0b0df6
1 changed files with 3 additions and 13 deletions
16
.jervis.yml
16
.jervis.yml
|
@ -7,7 +7,7 @@
|
||||||
language: java
|
language: java
|
||||||
|
|
||||||
git:
|
git:
|
||||||
submodules:
|
submodules: true
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -15,23 +15,13 @@ env:
|
||||||
- DOCKER_IMAGE_BASE_URL=registry2.swarm.devfactory.com/aurea/central/jervis/petclinic
|
- DOCKER_IMAGE_BASE_URL=registry2.swarm.devfactory.com/aurea/central/jervis/petclinic
|
||||||
- DOCKER_HOST=tcp://dlb1.aureacentral.com:2375
|
- DOCKER_HOST=tcp://dlb1.aureacentral.com:2375
|
||||||
|
|
||||||
# after_script:
|
|
||||||
# - docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
|
||||||
before_install: yes
|
|
||||||
install: yes
|
|
||||||
before_script: yes
|
|
||||||
script: yes
|
|
||||||
after_script: git submodule update --init --recursive
|
|
||||||
|
|
||||||
after_failure:
|
|
||||||
- 'ls -l'
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ${HOME}/.m2
|
- ${HOME}/.m2
|
||||||
|
|
||||||
|
before_install: 'ls -l aurea-central-jervis'
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
# pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
|
||||||
collect:
|
collect:
|
||||||
collect:
|
collect:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue