How to speed up builds on k8s agents

Hello.

With statically managed builds gradle cache preservation is straight forward. It makes builds running much faster.

But k8s agents are completely stateless. So the question is: how in Kubernetes setup to speed up builds like gradle builds which without prepopulated cache might run 3-4 times longer?

3

Please sign in to leave a comment.