Re: avoid multiple git repositories in matrix project

2012-12-12 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
a "git push --all ".  That seems to keep the repositories updated well enough for my needs. Mark Waite > > From: KEVIN FLEMING (BLOOMBERG/ 731 LEXIN) >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, December 11, 2012 5:40 PM >Subje

Re: avoid multiple git repositories in matrix project

2012-12-12 Thread Uwe Maurer
> seems to keep the repositories updated well enough for my needs. > > Mark Waite > > -- > *From:* KEVIN FLEMING (BLOOMBERG/ 731 LEXIN) > *To:* jenkinsci-users@googlegroups.com > *Sent:* Tuesday, December 11, 2012 5:40 PM > *Subject:* Re: avoid

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread Mark Waite
t;Sent: Tuesday, December 11, 2012 5:40 PM >Subject: Re: avoid multiple git repositories in matrix project > > >How do you keep these cached copies of the repositories up to date? > > >- Original Message - >From: jenkinsci-users@googlegroups.com >To: jenkinsci-users

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
From: Uwe Maurer >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, December 11, 2012 10:08 AM >Subject: avoid multiple git repositories in matrix project > > >Hi, > > >I have a git repository and want to use a matrix project to build about 30 >different versions

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread Mark Waite
ated  from every other copy. Mark Waite > > From: Uwe Maurer >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, December 11, 2012 10:08 AM >Subject: avoid multiple git repositories in matrix project > > >Hi, > > >I have a git

avoid multiple git repositories in matrix project

2012-12-11 Thread Uwe Maurer
Hi, I have a git repository and want to use a matrix project to build about 30 different versions. How can I set this up so that jenkins does not need 30 different copies of the repository? One solution could be to create symlinks on the filesystem to point all versions to the same repository,