Re: Unable to select credentials when using git as Source Code Management

2014-06-21 Thread Stephen Connolly
Afaik the git plugin does not support that auth scheme. On Sunday, 22 June 2014, Ashish Khedekar wrote: > Hi Stephen, > > Yes I have tried both the options before. Sorry I should have mentioned > this earlier. > > 1. When I tried to use "username with password" credential (I am using my > googl

Re: Unable to select credentials when using git as Source Code Management

2014-06-21 Thread Ashish Khedekar
Hi Stephen, Yes I have tried both the options before. Sorry I should have mentioned this earlier. 1. When I tried to use "username with password" credential (I am using my google account details) it still gives me 401 error Failed to connect to repository : Failed to connect to https://source.d

Re: Unable to select credentials when using git as Source Code Management

2014-06-21 Thread Stephen Connolly
Have you even tried my suggestion? On Saturday, 21 June 2014, Ashish Khedekar wrote: > Thanks for the reply, > > but I am using git provided by google app engine. is there any other > plugin or "Source code Management" option I need to use for that? > > Ashish > > > > > On Sat, Jun 21, 2014 at

Re: Unable to select credentials when using git as Source Code Management

2014-06-21 Thread Ashish Khedekar
Thanks for the reply, but I am using git provided by google app engine. is there any other plugin or "Source code Management" option I need to use for that? Ashish On Sat, Jun 21, 2014 at 9:54 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > The Git plugin expects either SSH

Re: Unable to select credentials when using git as Source Code Management

2014-06-21 Thread Stephen Connolly
The Git plugin expects either SSH credentials or Username+Password credentials. You have added a different type of credential, so it will not show up On 21 June 2014 16:41, Jenkins novice user wrote: > I am trying to use git as Source Code Management in jenkins. Since I am > using git provided

Unable to select credentials when using git as Source Code Management

2014-06-21 Thread Jenkins novice user
I am trying to use git as Source Code Management in jenkins. Since I am using git provided by google, I am using "Google Service Account from private key" credential to setup git. I added that credentials at the top level into global credentials. However when I create new item to setup my pro