|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Manually wiping out a workspace and trying to clone again is broken too. I'm using Jenkins 1.509.4 with git plugin 2.0 and I can't get the repository to clone because of this error:
16:14:02 Started by user Jon Schewe
16:14:02 Building in workspace /home/hudson/.hudson/jobs/fll-sw-feature-branches/workspace
16:14:02 Pruning obsolete local branches
16:14:02 FATAL: Command "git config --get remote.origin.url" returned status code 1:
16:14:02 stdout:
16:14:02 stderr:
16:14:02 hudson.plugins.git.GitException: Command "git config --get remote.origin.url" returned status code 1:
16:14:02 stdout:
16:14:02 stderr:
16:14:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1099)
16:14:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1076)
16:14:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:917)
16:14:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:927)
16:14:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getRemoteUrl(CliGitAPIImpl.java:656)
16:14:02 at hudson.plugins.git.GitAPI.getRemoteUrl(GitAPI.java:61)
16:14:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.prune(CliGitAPIImpl.java:446)
16:14:02 at hudson.plugins.git.extensions.impl.PruneStaleBranch.beforeCheckout(PruneStaleBranch.java:31)
16:14:02 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:858)
16:14:02 at hudson.model.AbstractProject.checkout(AbstractProject.java:1376)
16:14:02 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:655)
16:14:02 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
16:14:02 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:560)
16:14:02 at hudson.model.Run.execute(Run.java:1592)
16:14:02 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
16:14:02 at hudson.model.ResourceController.execute(ResourceController.java:88)
16:14:02 at hudson.model.Executor.run(Executor.java:237)