|
||||||||||||||
|
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.

The issue does not seem to be fixed in git-client 1.0.3, even though the submission 130be9a0c15a953c4c7ea3e3e170e1583939d2d1 is included in 1.0.3.
I defined a job with two repositories, one named git-protocol and the other named local-file-system. When I execute the job, the console output reports:
Started by user anonymous
Building on master in workspace /var/lib/jenkins/jobs/bin-multi-2/workspace
Checkout:workspace / /var/lib/jenkins/jobs/bin-multi-2/workspace - hudson.remoting.LocalChannel@192a97b
Using strategy: Default
Cloning the remote Git repository
Cloning repository git://markwaite2.markwaite.net/git/bin.git
git --version
git version 1.7.10.4
Fetching upstream changes from git-protocol
Fetching upstream changes from local-file-system
ERROR: Problem fetching from local-file-system / local-file-system - could be unavailable. Continuing anyway.
hudson.plugins.git.GitException: Command "git fetch -t local-file-system +refs/heads/:refs/remotes/local-file-system/" returned status code 128:
stdout:
stderr: fatal: 'local-file-system' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:772)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:738)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetch(CliGitAPIImpl.java:159)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1023)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:941)
at hudson.FilePath.act(FilePath.java:852)
at hudson.FilePath.act(FilePath.java:834)
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:941)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1113)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)
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:237)
Seen branch in repository git-protocol/HEAD
Seen branch in repository git-protocol/master
Commencing build of Revision 31ea928f9fc14022855618fac3621f10ecad2cf8 (git-protocol/master, git-protocol/HEAD)
Checking out Revision 31ea928f9fc14022855618fac3621f10ecad2cf8 (git-protocol/master, git-protocol/HEAD)
No change to record in branch git-protocol/master
No change to record in branch git-protocol/HEAD
[workspace] $ echo hello world
hello world
Finished: SUCCESS