Hi,
We use Jenkins to build our applications which are stored in git repository.
We have several different jobs for building different configuration and 
deployment of our applications.
Currently each project pull it's own clone of the git repository from our 
central repository which takes about 7 minutes for clean build.

We try to have single job that clone the remote repository and have all the 
other jobs pull from that repository but we fail to do it due to locking 
problems.
Is it possible and should we persevere on that approach or is it better to 
let each job pull from the remote repository.

Ido.

Reply via email to