Re: Failed to connect to repository : Error performing command: git.exe ls-remote -h g...@github.com:RameshPrakash3941/DemoGitHub.git HEAD

2016-09-08 Thread Indra Gunawan (ingunawa)
? Are you being ignorant? Who is supposed to resolve your problem? DO you know how to use Git? You should check first whether you can clone your git repo on your local dev box. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Ramesh mailto:eprames...@gmail.com>> Reply-To: "je

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Vinay KR
Found it ! It is working now. Thank you so much for the quick reply. On Monday, 25 July 2016 19:53:58 UTC+5:30, Mark Waite wrote: > > Jenkins version 2 simplifies the configuration experience by adding a new > section called "Global Tool Configuration" from the "Manage Jenkins" page. > You'll

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Mark Waite
Jenkins version 2 simplifies the configuration experience by adding a new section called "Global Tool Configuration" from the "Manage Jenkins" page. You'll find the git configuration there. Mark Waite On Mon, Jul 25, 2016 at 8:19 AM Vinay KR wrote: > I can't find this " *Path to Git executable*

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Vinay KR
I can't find this " *Path to Git executable*" option in "Manage jenkins / Configure". My Jenkins version is 2.8 Thanks in advance On Monday, 25 July 2016 19:37:02 UTC+5:30, Vinay KR wrote: > > Can you please let me know how to do this ? Thanks > > On Friday, 23 May 2014 19:06:28 UTC+5:30, Pedro

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Vinay KR
Can you please let me know how to do this ? Thanks On Friday, 23 May 2014 19:06:28 UTC+5:30, Pedro Madrid wrote: > > Make sure you have properly configured your "Path to Git executable" in > Manage Jenkins -> Configure System. > > That solved the problem for me. > > On Tuesday, May 6, 2014 6:17:4

Re: Failed to connect to repository : Remote host closed connection during handshake

2016-05-13 Thread Philipp Meier
Which Java version are you running? Try to upgrade to the latest Java version. Am Mittwoch, 9. Dezember 2015 05:23:01 UTC+1 schrieb Sharon Francis: > > Im getting this error after some updates, not sure how to resolve this > issue. Pls help. Have attached the screenshot along. > -- You receive

Re: Failed to connect to repository : Remote host closed connection during handshake

2016-05-13 Thread 'Björn Pedersen' via Jenkins Users
Hi, Either that (seems not to be the case) or the owner is wrong. Make sure this is owned by the same user that jenkins is running as. Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Re: Failed to connect to repository : Remote host closed connection during handshake

2016-05-12 Thread Sharon Francis
Din find a solution yet... if anyone finds plz update it here. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To

Re: Failed to connect to repository : Remote host closed connection during handshake

2016-05-12 Thread Aron Yu
Did you find any resolution this? On Wednesday, December 9, 2015 at 11:52:08 AM UTC+1, Sharon Francis wrote: > > Tried hard. Still not working . > > On 9 December 2015 at 10:05, Slide > > wrote: > >> Looks like the permissions on /var/lib/jenkins/.ssh/config are too open, >> you should chmod 600

Re: Failed to connect to repository : Remote host closed connection during handshake

2015-12-09 Thread Sharon Francis
Tried hard. Still not working . On 9 December 2015 at 10:05, Slide wrote: > Looks like the permissions on /var/lib/jenkins/.ssh/config are too open, > you should chmod 600 that file to make it more secure. > > On Tue, Dec 8, 2015 at 9:30 PM Sharon Francis > wrote: > >> im getting the following

Re: Failed to connect to repository : Remote host closed connection during handshake

2015-12-08 Thread Slide
Looks like the permissions on /var/lib/jenkins/.ssh/config are too open, you should chmod 600 that file to make it more secure. On Tue, Dec 8, 2015 at 9:30 PM Sharon Francis wrote: > im getting the following error on building the project: > > Started by user anonymous

Re: Failed to connect to repository : Remote host closed connection during handshake

2015-12-08 Thread Mark Waite
I've never seen that message before. You might try some of the ideas listed at http://stackoverflow.com/questions/21245796/javax-net-ssl-sslhandshakeexception-remote-host-closed-connection-during-handsh On Tue, Dec 8, 2015 at 9:23 PM Sharon Francis wrote: > Im getting this error after some upda

Re: Failed to connect to repository : Remote host closed connection during handshake

2015-12-08 Thread Sharon Francis
im getting the following error on building the project: Started by user anonymous Building in workspace /var/lib/jenkins/workspace/dhruvTestSuite > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url

Re: Failed to connect to repository : Could not init /tmp

2015-08-09 Thread Gabriel Lacatus
See my answer here on SO: http://stackoverflow.com/questions/29123879/jenkins-with-tomcat-failed-to-connect-to-repository-could-not-init/31905487#31905487 On Friday, May 23, 2014 at 4:36:28 PM UTC+3, Pedro Madrid wrote: > > Make sure you have properly configured your "Path to Git executable" in

Re: Failed to connect to repository : Could not init

2014-06-23 Thread Mark Waite
If you were using the git plugin, and if you had not configured the location of the git executable, it might report a message like that (or one of many different messages). If you were using the git plugin, and if you had added the behavior to "Force polling using workspace", that might indicate y

Re: Failed to connect to repository : Could not init /tmp

2014-05-23 Thread Pedro Madrid
Make sure you have properly configured your "Path to Git executable" in Manage Jenkins -> Configure System. That solved the problem for me. On Tuesday, May 6, 2014 6:17:41 AM UTC-5, Mark Waite wrote: > > There was a change made in git client plugin 1.8.1 in that area. If you > are not using git

Re: Failed to connect to repository : Could not init /tmp

2014-05-06 Thread Mark Waite
There was a change made in git client plugin 1.8.1 in that area. If you are not using git client plugin 1.8.1 you should try updating to that version through the "Manage plugins" page. If you are using git client plugin 1.8.1 then you may need to downgrade to git client plugin 1.8.0. You should p

Re: Failed to connect to repository : Could not init /tmp

2014-05-06 Thread Andrei Dascalu
Any success in finding a solution to this? I am having the same issue. It happened soon after upgrading to 1.561. Just a day earlier everything was working fine and there were no changes done on the server since then. - Jenkins 1.561 - Centos 6.5 x64 - Git 1.8.5.5 On Friday, April 2

Re: Failed to connect to repository

2013-11-04 Thread slouie . at . work
Mr. Waite, Thanks for your reply. So maybe I didn't type clearly. I apologize. What I was trying to say was on the Jenkins server with a service account Num #1: Running the command frmo a unix terminal works git clone https://blah.com:8443/blah.git Num #2: In Jenkins, running it under Build>

Re: Failed to connect to repository

2013-11-04 Thread slouie . at . work
Thanks Mr. Silva, I'm using Jenkins 1.535, git plugin 1.5.0 git client plugin 1.4.5. I upgraded to git plugin 2.0 and git client plugin 1.4.6 to see if there were bug fixes but it's now giving me a NoClassDefFoundError. grrr. I thought about downgrading to see but since this is a recent inst

Re: Failed to connect to repository

2013-10-31 Thread Ricardo Silva
Also, unless you really need any missing features it might be wiser to go with the LTS releases [1] as you'll for sure bump into less issues. I've been bitten several times in the past few weeks by issues with upgrades in the weekly releases of both Jenkins and plugins. [1] https://wiki.jenkin

Re: Failed to connect to repository

2013-10-31 Thread Ricardo Silva
Hi, Which versions of jenkins, git and git client plugin are you using? There have been some problems reported with the latest versions of git and git client. Try downgrading git plugin to 1.5.0 and git client to 1.4.0. That's what worked for me, but I was looking for a combination of https

Re: Failed to connect to repository

2013-10-31 Thread Mark Waite
You mentioned that the https clone works "provided, I have my public keys in place". Then later you mentioned that you want it to work without requiring a public key. I think the problem is with your server configuration, rather than with Jenkins. If I'm right, there are several ways you could c

Re: Failed to connect to repository

2013-10-31 Thread slouie . at . work
Thanks for the reply. Yeah, I don't want to use ssh. I want to use https. On Thursday, October 31, 2013 1:24:40 PM UTC-7, Maneesh M P wrote: > > if you want to use git clone over ssh, keep your key at > /var/lib/jenkins/.ssh then git clone will work just like how it works in > your command

Re: Failed to connect to repository

2013-10-31 Thread Maneesh M P
if you want to use git clone over ssh, keep your key at /var/lib/jenkins/.ssh then git clone will work just like how it works in your command line. Thanks, Maneesh On Thursday, October 31, 2013 1:15:12 PM UTC-7, slouie@gmail.com wrote: > > If I can add, in my initial post, I was running Je

Re: Failed to connect to repository

2013-10-31 Thread slouie . at . work
If I can add, in my initial post, I was running Jenkins as a service account user (we'll call jenkins). I also installed a local Jenkins just to debug. If I ran Jenkins as myself and for the repository URL, i typed ssh://first.l...@blah.com:8443/blah.git, this worked fine so I'm not sure what