Re: Build returning error code -1

2014-03-31 Thread Richard Bywater
I'd say you have http:// in the proxy host name field - remove that and I think you'll be good. Richard. On Tuesday, April 1, 2014, Jeff Schmitz wrote: > Didn't notice if the stack was the same, but now I'm behind a firewall > with a proxy server. I setup my command line git client and am able

Re: Build returning error code -1

2014-03-31 Thread Mark Waite
I think that means that the Jenkins process cannot convert proxy.boeing.cominto an IP address. Check that "nslookup proxy.boeing.com" returns a reasonable result from the computer which is hosting Jenkins. On Mon, Mar 31, 2014 at 8:22 AM, Jeff Schmitz wrote: > Didn't notice if the stack was th

Re: Build returning error code -1

2014-03-31 Thread Jeff Schmitz
Didn't notice if the stack was the same, but now I'm behind a firewall with a proxy server. I setup my command line git client and am able to use the https://... address to clone the github repository. So I setup the jenkins proxy page to match what I used for the git http.proxy and https.prox

Re: Build returning error code -1

2014-03-29 Thread Mark Waite
Was the stack trace different on the attempt with the git:// URL? The stack trace you listed shows that "git fetch" failed, which would usually mean that the repository did not complete its download. http://stackoverflow.com/questions/15708490/jenkins-hanging-at-fetching-upstream-changes-from-ori

Re: Build returning error code -1

2014-03-29 Thread Jeff Schmitz
Tried the git://github... link, still no luck. Note that it did download the files to the workspace (C:/.jenkins/workspace), but then the build just hung and still hasn't finished after 10 minutes. Haven't had time to try the https link yet. On Saturday, March 29, 2014 12:09:25 PM UTC-5, Mark

Re: Build returning error code -1

2014-03-29 Thread Mark Waite
Usually a timeout in calls to git are due to missing credentials information. In your case, that doesn't seem to be the root problem, since I can view the contents of that repository without credentials. If you want to experiment with it, you could create a credential for that github repository.

Build returning error code -1

2014-03-29 Thread Jeff Schmitz
Still a newbie, I've moved on to a PC running windows 7 and Java 7. I'm trying to build the example in the Jenkins Definitive Guide book, and am getting the below exception. I am able to clone the remote repository from the Git Bash command line: git clone g...@github.com:**/game-of-life.g