Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Problems with setting up Git project
Problems with setting up Git project [message #1019716] Sat, 16 March 2013 12:56 Go to next message
Reggie Schildmeijer is currently offline Reggie SchildmeijerFriend
Messages: 2
Registered: March 2013
Junior Member
I'm extremely new to anything to do with Hudson and servers in general. I need to use Hudson as a build server for a project but it doesn't seem to be working. I've been getting the output below and it would be great if someone could help me.

Started by user anonymous
Checkout:workspace / /var/lib/hudson/jobs/Project Stella Incognita/workspace - hudson.remoting.LocalChannel@f0cda1
Using strategy: Default
Checkout:workspace / /var/lib/hudson/jobs/Project Stella Incognita/workspace - hudson.remoting.LocalChannel@f0cda1
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/gametechnology/psi-2013.git

ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR: (Underlying report) : Error performing command: git fetch -t git://github.com/gametechnology/psi-2013.git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t git://github.com/gametechnology/psi-2013.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: github.com[0: 207.97.227.239]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository
at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:931)
at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:889)
at hudson.FilePath.act(FilePath.java:791)
at hudson.FilePath.act(FilePath.java:773)
at hudson.plugins.git.GitSCM.gerRevisionToBuild(GitSCM.java:889)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:668)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1515)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:521)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:428)
at hudson.model.Run.run(Run.java:1390)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:40)
at hudson.model.ResourceController.execute(ResourceController.java:81)
at hudson.model.Executor.run(Executor.java:137)
Re: Problems with setting up Git project [message #1020697 is a reply to message #1019716] Mon, 18 March 2013 18:45 Go to previous message
Bob Foster is currently offline Bob FosterFriend
Messages: 85
Registered: January 2013
Member
The error just says that Hudson couldn't connect to the git repository. Could be a proxy issue. Can you clone git://github.com/gametechnology/psi-2013.git on the server machine outside Hudson?
Previous Topic:XSS Vulerability issue in Hudson
Next Topic:Error when using Git
Goto Forum:
  


Current Time: Fri Apr 26 06:49:20 GMT 2024

Powered by FUDForum. Page generated in 0.03398 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top