As far as I know, that is the expected behavior. That's how it behaves for me, and I believe that is how it has behaved for as long as I've used multi-configuration jobs.
If you're concerned about the overhead of the additional copy of the repository, you could consider defining a reference repository with the "Additional Behaviours" under "Advanced clone options" is a field for the absolute path to a bare reference repository. If that is defined and available, command line git will use it for those portions of the object store which the reference repository can satisfy. With a 3 GB git repository I have, it reduces the fetch time dramatically. Mark Waite On Thu, Sep 11, 2014 at 4:14 PM, Dave Augustus < dave.augus...@bottlerocketapps.com> wrote: > Hello Listers! > > I have begun the process of upgrading our Jenkins infrastructure. One of > the features I am using with slaves is Multi-config Projects. This allows > us to build in parallel instead of series. We also use Git for version > control. > > So when I start a job, the first thing it does is "git clone" on the > master, THEN it does that same step on the SLAVE where a configuration has > been started. Finally, it starts the actual build process. > > So Jenkins is "git cloning" twice, once on the master, again on the slave. > > Am I missing a checkbox or something? Is this the normal behavior? > > I am using the latest plugins in all cases with the latest STABLE build of > Jenkins. > > Thanks, > Dave > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.