Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353489 - Can't access git within a hundson job
Summary: Can't access git within a hundson job
Status: CLOSED DUPLICATE of bug 353480
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL: https://hudson.eclipse.org/hudson/job...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 07:50 EDT by Dennis Huebner CLA
Modified: 2011-08-01 08:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***