Re: Build cache for Gradle: making builds and PR testing faster
Trying to get the use case Le dim. 29 déc. 2019 à 07:52, Vladimir Sitnikov a écrit : > >You should use Jenkins to cache between builds > > I want to reuse the same cache at developers' machines and at Travis / > GitHub Actions. > > Caching between Jenkins runs is not enough. > > Vladimir >
Re: Build cache for Gradle: making builds and PR testing faster
>Trying to get the use case Please check the first mail. It is there. For instance: A) checkout master branch. Run the build. It would be much faster as it won't have to rebuild and retest all the things. B) Pull request testing. It would save time on skipping the bits, thus it would produce feedback faster, and it would reduce CI worker utilization. Vladimir