mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Adding build cache to speed up process
This commit is contained in:
parent
638b9053d6
commit
9015c544cf
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ env:
|
||||||
after_script:
|
after_script:
|
||||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||||
|
|
||||||
after_failure:
|
cache:
|
||||||
- 'ls -lrt'
|
directories:
|
||||||
|
- $HOME/.m2
|
||||||
|
|
||||||
jenkins:
|
jenkins:
|
||||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||||
|
|
Loading…
Reference in a new issue