mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Converting stash to map
This commit is contained in:
parent
c1a80628ac
commit
420b8507c9
1 changed files with 4 additions and 3 deletions
|
@ -11,8 +11,8 @@ 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:
|
# after_script:
|
||||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
# - docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- 'ls -l'
|
- 'ls -l'
|
||||||
|
@ -23,7 +23,8 @@ cache:
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||||
stash: []
|
stash:
|
||||||
|
|
||||||
inventories:
|
inventories:
|
||||||
dev:
|
dev:
|
||||||
- ../../inventories/dev
|
- ../../inventories/dev
|
||||||
|
|
Loading…
Reference in a new issue