I setup docker plugin in Jenkins, thus every build job will be built inside container, but everything running in the container launched by docker plugin are very slow, like git checkout, parsing POM file...
Strange that if I build manualy in this container by command "mvn clean install" , it's run normaly.
have everyone got the same issue?