Re: How do we get jenkins diagnostics from slave

2015-01-20 Thread Parag Paul
o fix this issue On Tuesday, January 20, 2015 at 9:36:27 AM UTC-8, Parag Paul wrote: > > hi Mark > From the log it only shows that the last command that was executed by the > git plugin is > git --version > it did not do git checkout -f origin/master or origin/main > > An

Re: How do we get jenkins diagnostics from slave

2015-01-20 Thread Parag Paul
your git repository using one or more submodules? If so, do those > submodule repositories require authentication? If so, then you'll need to > find another way of performing the checkout. The git plugin does not > support applying credentials to "git submodule update". >

Re: How do we get jenkins diagnostics from slave

2015-01-19 Thread Parag Paul
:07 PM UTC-8, Parag Paul wrote: > > I would like to extend the past reply. Srry for pressing hit too soon. > What is the right way to find the exact operations that the git plugin > does. In the cases , where the slave and the master is in the same box, I > see that it

Re: How do we get jenkins diagnostics from slave

2015-01-19 Thread Parag Paul
the slave machine. On Monday, January 19, 2015 at 1:32:50 PM UTC-8, Parag Paul wrote: > > Is there a place where I can find , the exact commands that the git plugin > uses ? > > On Monday, January 19, 2015 at 1:13:26 PM UTC-8, Mark Waite wrote: >> >> You might try debugging

Re: How do we get jenkins diagnostics from slave

2015-01-19 Thread Parag Paul
orm those > operations. Then you can enable the debugging options or levels which best > suit your needs. > > On Mon, Jan 19, 2015 at 1:34 PM, Parag Paul > wrote: > >> The console output is not enough. For me, only for one of the GIT >> respositories, a fetch from the

How do we get jenkins diagnostics from slave

2015-01-19 Thread Parag Paul
The console output is not enough. For me, only for one of the GIT respositories, a fetch from the repo keeps failing. This is a local git server that we have setup on a OSX box We keep getting this error on the slave Error fetching remote repo 'origin' We are running jenkins master on another