Re: Jenkins Git suddenly stopped working

2012-12-14 Thread Jeff
I wasn't going to say anything but I think I can explain what the issue possibly was since you mentioned Windows is in use. I don't believe the Java stack works with the Windows networking layer at the same level. I have problems all the time with DNS lookups in our Java apps because our company

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread Scott Evans
In your jenkins build, can you try just running a command "nslookup" (or ping would probably work too) on your agent machine to see what response you get from actually within the build session? That might indicate whether you're even getting a valid lookup back from DNS from within your job enviro

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread mwpowellhtx
The mystery still has me puzzled: Git Bash worked cloning, fetching, pulling. Yet Jenkins persistently failed even after repeated attempts restarting Jenkins Windows Service. It sounds plausible that Windows DNS Cache Service needed restarting, but then why did Git Bash work and Jenkins service

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread mwpowellhtx
I checked this, and Jenkins is running as a Windows Service logging in as System. It doesn't get any more permissive than that. It is running as "anonymous" during the job itself. Not sure how to set that other than null or anonymous? On Thursday, December 13, 2012 8:25:36 PM UTC-6, SA Evans wr

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Scott Evans
Not sure what OS you're running on, but could it be that the user that the Jenkins agent is running as might not have permissions to access network resources to do a DNS lookup? Seems odd, but that's the only thing that comes to mind for this case. Scott On Thu, Dec 13, 2012 at 7:29 PM, mwpowell

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
Don't know what happened. Turns out it was a strange DNS issue (as folks pointed out). What makes it strange is why it would fail for Jenkins and still succeed for a command line Git Bash. To workaround I added an entry in my hosts file and that has "fixed" at least my part of the issue. Still

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
No, Jenkins is running on the same machine as my day to day development. Not the best of ideas I know. For the second part, yes, I can clone from a command line or Git Bash. On Thursday, December 13, 2012 5:44:40 PM UTC-6, Andrew Melo wrote: > > I mean, presumably the machine you work on day to

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Andrew Melo
I mean, presumably the machine you work on day to day isn't the machine your Jenkins slaves run on (since it seems like you have a larger install) If you SSH to your Jenkins master/slaves, can you clone from them? Andrew Melo Sent from my secret fortress. On Dec 14, 2012, at 0:17, mwpowell

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
How do you mean, "connect to your slaves, clone manually"? From a command line or Git Bash? Yes, I can clone manually with the same (copy and paste) SSH URI. On Thursday, December 13, 2012 4:33:12 PM UTC-6, Andrew Melo wrote: > > On Thu, Dec 13, 2012 at 11:24 PM, mwpowellhtx > > > wrote: > >

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Andrew Melo
On Thu, Dec 13, 2012 at 11:24 PM, mwpowellhtx wrote: > And I can assure you it's not. I copy and paste the exact same address on > the command line, and I can clone from the command line. Only Jenkins is now > consistently failing across the board for jobs that were previously > succeeding. > > We

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
And I can assure you it's not. I copy and paste the exact same address on the command line, and I can clone from the command line. Only Jenkins is now consistently failing across the board for jobs that were previously succeeding. We're speculating whether repositoryhosting.com (our host) has s

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Scott Evans
The error would indicate to me that it can't find the host where your repo is, whether a typo in that variable setting that's not getting resolved through your nameserver, or some sort of network issue, most likely. On Thu, Dec 13, 2012 at 3:47 PM, mwpowellhtx wrote: > To clarify, I've edited

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
To clarify, I've edited the actual names out. The names are there, it was working earlier. Now suddenly it has stopped working. A colleague of mine and I are wondering whether it's a SSH thing, or perhaps there's a limit set by our host, or something. On Thursday, December 13, 2012 3:43:44 PM U

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
I'm not sure what you mean. Can you be more specific? It's possible something got unset, but like I said, it was working all day until just now. On Thursday, December 13, 2012 3:38:27 PM UTC-6, SA Evans wrote: > > Looks like you're missing an environment setting for repo-host > > Scott > > On Thu

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Scott Evans
Looks like you're missing an environment setting for repo-host Scott On Thu, Dec 13, 2012 at 3:35 PM, mwpowellhtx wrote: > stderr: ssh: : no address associated with name

Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
I am experiencing the following error(s). I've been working on build jobs today in Jenkins and polling our online repository hosting frequently. It's been working most of today until recently the past hour or two. Now suddenly I am receiving the following error(s), for one job I am currently w