Is it possible to cache dependencies for Jira run in Docker?

时间:2018-07-24 10:01:08

标签: docker jenkins jira jira-plugin

I'm build Jira in Docker container using this image:

https://github.com/codeclou/docker-atlassian-sdk

Jenkins command:

atlas-run-standalone --version 7.9.0 --product jira --http-port 2990
--server 0.0.0.0 --jvmargs -Xmx2024M -DskipAllPrompts=true

A huge amount of dependencies are downloaded every time it runs, it lasts for approximately 5 minutes or so, other components are built much faster.

Could I somehow tweak/cache dependencies to not need to wait Jira's downloading them every time I start Jenkins build?

Any advises will be appreciated,

Best regards.

0 个答案:

没有答案