Re: Get Jenkins Working with Private Repo

2015-08-26 Thread jcsirot
I faced the same issue and I decided to recompile the git plugin (actually the git-client plugin which is a dependency of the git plugin) with the patch submited in that Pull Request: https://github.com/jenkinsci/git-client-plugin/pull/180/files (Note I'm not the author of this patch) It handl

Re: Get Jenkins Working with Private Repo

2015-08-25 Thread Pratik Dhandharia
ent:* Tuesday, August 25, 2015 10:53 AM > *To:* Jenkins Users > *Subject:* Re: Get Jenkins Working with Private Repo > > > > So this means, that Jenkins invokes shell git command, when it is trying > to poll SCM? > > I am in middle of testing this approach of using

RE: Get Jenkins Working with Private Repo

2015-08-25 Thread Ginga, Dick
googlegroups.com] On Behalf Of Pratik Dhandharia Sent: Monday, August 24, 2015 3:46 PM To: Jenkins Users Subject: Get Jenkins Working with Private Repo Hi All, I am comparatively new to Jenkins and I am trying to troubleshoot a Jenkins issue where we are trying to fetch a public repository wh

RE: Get Jenkins Working with Private Repo

2015-08-25 Thread Ginga, Dick
Dhandharia Sent: Tuesday, August 25, 2015 10:53 AM To: Jenkins Users Subject: Re: Get Jenkins Working with Private Repo So this means, that Jenkins invokes shell git command, when it is trying to poll SCM? I am in middle of testing this approach of using credential.helper. Thanks! On Monday

Re: Get Jenkins Working with Private Repo

2015-08-25 Thread Pratik Dhandharia
o: > jenkins...@googlegroups.com ] *On Behalf Of *Pratik > Dhandharia > *Sent:* Monday, August 24, 2015 3:46 PM > *To:* Jenkins Users > *Subject:* Get Jenkins Working with Private Repo > > > > Hi All, > > I am comparatively new to Jenkins and I am trying to troub

RE: Get Jenkins Working with Private Repo

2015-08-24 Thread Ginga, Dick
-users@googlegroups.com] On Behalf Of Pratik Dhandharia Sent: Monday, August 24, 2015 3:46 PM To: Jenkins Users Subject: Get Jenkins Working with Private Repo Hi All, I am comparatively new to Jenkins and I am trying to troubleshoot a Jenkins issue where we are trying to fetch a public repository

Get Jenkins Working with Private Repo

2015-08-24 Thread Pratik Dhandharia
Hi All, I am comparatively new to Jenkins and I am trying to troubleshoot a Jenkins issue where we are trying to fetch a public repository which has multiple private sub-modules. It is due to legal reasons we cannot keep the private sub-modules public. So I have most of the plugin's installed