We have an automated build system configured using Jenkins, integrate with Gerrit. One of the bottlenecks today is that it takes ~3.5 minutes for Jenkins to complete a "git clone" for each build, due to repository size. The same check-out using "git archive" takes approx 12 seconds.
Can the gerrit plugin for Jenkins be configured to use "git archive"? This will significantly reduce our build time.
pullchanges. A complete clone seems just oversized. However, even for a clone 3 minutes seems too much. Make sure you don't usehttp:as protocol (and such) – KingCrunch Oct 2 '11 at 23:26