mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +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:
|
||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||
|
||||
after_failure:
|
||||
- 'ls -lrt'
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
jenkins:
|
||||
pipeline_jenkinsfile: aurea-central-jervis/pipelines/SaaS
|
||||
|
|
Loading…
Reference in a new issue