Re: git on jenkins

2013-02-21 Thread Kamal Ahmed
Strange thing is that if i use the git comand as a Shell Script within Jenkins, it works > > From: Johannes Wienke >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Tuesday, February 19, 2013 2:26 PM >Subject: Re: git

Re: git on jenkins

2013-02-19 Thread Sami Tikka
Johannes Wienke > To: Kamal Ahmed ; jenkinsci-users@googlegroups.com > Sent: Tuesday, February 19, 2013 12:12 PM > Subject: Re: git on jenkins > > On 19.02.2013 17:28 schrieb Kamal Ahmed: > > > > Johannes, > > > > sorry for the private message, just fat f

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 19.02.2013 18:25 schrieb Kamal Ahmed: > Username = kahmed > which is the same user which can do a git successfully on a command line. Hm ok, then I don't know. Maybe ssh agent is required and not available in the jenkins session or something like that? Cheers, Johannes signature.asc Descri

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
Username = kahmed which is the same user which can do a git successfully on a command line. > > From: Johannes Wienke >To: Kamal Ahmed ; jenkinsci-users@googlegroups.com >Sent: Tuesday, February 19, 2013 12:12 PM >Subject: Re: git on

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 19.02.2013 17:28 schrieb Kamal Ahmed: > > Johannes, > > sorry for the private message, just fat fingered when replying. > yes, i am using > Launch slave on Unix machines using SSH" as start method > > not sure what is the file to be configured > > My network is > > [Jenkins Master ] -

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
51 AM >Subject: Re: git on jenkins > >On 02/19/2013 04:49 PM, Kamal Ahmed wrote: >> >> >> kahmed@datascout:~/TEMP$ id >> uid=1000(kahmed) gid=1000(kahmed) >> groups=1000(kahmed),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),124(sambashare) >&

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 02/19/2013 04:49 PM, Kamal Ahmed wrote: > > > kahmed@datascout:~/TEMP$ id > uid=1000(kahmed) gid=1000(kahmed) > groups=1000(kahmed),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),124(sambashare) > kahmed@datascout:~/TEMP$ git clone > 10.100.100.96:/extra/cte/www/repo/Dout.git

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
o: "jenkinsci-users@googlegroups.com" >Sent: Tuesday, February 19, 2013 7:44 AM >Subject: Re: git on jenkins > > >I think that indicates that the user account context where you have configured >"passwordless login" is probably different than the user account con

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 02/19/2013 01:44 PM, Mark Waite wrote: > I think that indicates that the user account context where you have > configured "passwordless login" is probably different than the user account > context where you are executing Jenkins. > > You might be able to check that by creating a small job whi

Re: git on jenkins

2013-02-19 Thread Mark Waite
ng the differences between the context where it works and the context where it fails. Mark Waite > > From: Kamal Ahmed >To: Johannes Wienke ; >"jenkinsci-users@googlegroups.com" >Sent: Tuesday, February 19, 2013 5:27 AM >Subject: R

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 02/18/2013 05:08 PM, Kamal Ahmed wrote: > Hi, > I setup 2 linux hosts with passwordless login, and git clone Address>:/extra/yte/www/repo/Dout.git > works on command line, but when i use : Address>:/extra/yte/www/repo/Dout.git as repo URL, i get an error: > > Failed to connect to repository :

RE: git on jenkins

2012-06-03 Thread Alex Earl
The git plugin should do what you want. Jenkins uses git heavily for development so the plugin is very stable. Sent from my Windows Phone -- From: ibiiztera Sent: 6/3/2012 5:31 AM To: jenkinsci-users@googlegroups.com Subject: git on jenkins how can i use a git reposito