It takes over 1m 20s in Jenkins machines Gradle configuration times (use new physical node for every execution), but in my local machines, it takes about 4s. *There are no significant differences in computing powers.
I think there is some caching mechanism in Gradle configuration step. And perhaps I can boost Jenkins Gradle configuration step with this.
But I can’t figure out where this cache is and how to leverage it.
I’ve already found
Configuration Cache(experimental), but I’m not using it, and still, my local configuration step is faster then remote machines.