Skip to content
Failed

Console Output

Started by [email protected] on request of 'Morphan1'
Building in workspace /var/lib/jenkins/jobs/Depenizen/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/Morphan1/Depenizen.git # timeout=10
Fetching upstream changes from git://github.com/Morphan1/Depenizen.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/Morphan1/Depenizen.git +refs/heads/*:refs/remotes/origin/*
FATAL: Failed to fetch from git://github.com/Morphan1/Depenizen.git
hudson.plugins.git.GitException: Failed to fetch from git://github.com/Morphan1/Depenizen.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:624)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:856)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
	at hudson.model.Run.execute(Run.java:1732)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:234)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://github.com/Morphan1/Depenizen.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: Unable to look up github.com (port 9418) (Temporary failure in name resolution)

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:622)
	... 10 more