Skip to content

Instantly share code, notes, and snippets.

@mattsm
Created September 5, 2012 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsm/3641693 to your computer and use it in GitHub Desktop.
Save mattsm/3641693 to your computer and use it in GitHub Desktop.
Started by an SCM change
Building on master in workspace /local/jenkins/jobs/upstream-u-boot/workspace
Checkout:workspace / /local/jenkins/jobs/upstream-u-boot/workspace - hudson.remoting.LocalChannel@2439f654
Using strategy: Default
Last Built Revision: Revision a005f19eff946454985785788c344f10616d571e (remote-repo/master)
Fetching changes from [org.eclipse.jgit.transport.RemoteConfig@56c5fa10, org.eclipse.jgit.transport.RemoteConfig@5fa45cf1] remote Git repositories
Fetching upstream changes from git://git.denx.de/u-boot-arm.git
Fetching upstream changes from git://git.am.freescale.net/mirrors/u-boot.git
Pruning obsolete local branches
FATAL: Command "git config --get remote.remote-repo.url" returned status code 1:
stdout:
stderr:
hudson.plugins.git.GitException: Command "git config --get remote.remote-repo.url" returned status code 1:
stdout:
stderr:
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:780)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:790)
at hudson.plugins.git.GitAPI.getRemoteUrl(GitAPI.java:463)
at hudson.plugins.git.GitAPI.prune(GitAPI.java:290)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1109)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1064)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
@smlpan
Copy link

smlpan commented Nov 15, 2013

Matt,
I also found this "FATAL: Command "git config --get remote.remote-repo.url" returned status code 1:" error recently on right machine.
Do you know why now?
Lijun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment