Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 353489

Summary: Can't access git within a hundson job
Product: Community Reporter: Dennis Huebner <dennis.huebner>
Component: CI-JenkinsAssignee: Eclipse Webmaster <webmaster>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
URL: https://hudson.eclipse.org/hudson/job/Xtext-nightly-HEAD/
Whiteboard:

Description Dennis Huebner CLA 2011-08-01 07:50:51 EDT
Our hudson job can't clone the git repository anymore.
Remote access to git works fine.
I already tried to build on master and Fastlane both reports the same error:

Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/tmf/org.eclipse.xtext.git
[org.eclipse.xtext.git] $ git fetch -t git://git.eclipse.org/gitroot/tmf/org.eclipse.xtext.git +refs/heads/*:refs/remotes/origin/*
fatal: Unable to look up git.eclipse.org (port 9418) (Name or service not known)
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
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$2.invoke(GitSCM.java:691)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:658)
	at hudson.FilePath.act(FilePath.java:753)
	at hudson.FilePath.act(FilePath.java:735)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:658)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1118)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:480)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:412)
	at hudson.model.Run.run(Run.java:1337)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:140)
Comment 1 Dennis Huebner CLA 2011-08-01 08:37:38 EDT

*** This bug has been marked as a duplicate of bug 353480 ***