russ k commented on Bug JENKINS-24544

>Can you try whether upgrading to 0.4.0 solves your problem or not?

I upgraded and it still gives the same error.

>Otherwise would it be possible give the URL where your experience this problem.

This is a private intranet site so giving access is not possible, sorry!

>Or you could checkout the git-parameter plugin, add lines like

I see the plugin crashing at `generateContents(GitParameterDefinition.java:333)` so those debugging lines would never be called. I get an error:

Caused by: hudson.plugins.git.GitException: Command "git rev-list my-project" returned status code 128:
stdout:
stderr: fatal: ambiguous argument 'my-project': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...][<file>...]'

When I go to my projects git folder and run the same command I get the exact same error. However running --all works:

my-project$ git rev-list --all
6e70eaabb2fe1d087158013ec0802ec4b4841d88
b59ea24a5bac309ad20c8853385f022857cc2da0
dc704b7aab8c707a78d972bbcf2b5eee43d58b0a
17d90081f96155946ed32dc9329aded72b900167
b98aa3a1a3e2831e48a5889d47e6cd9b49684d06
b7ef4dff66c390dc4f0047af8d240b782210f80a

my-project$ git rev-list my-project
fatal: ambiguous argument 'my-project': unknown revision or path not in the working tree.

Now the git functionality is included by the gitclient plugin. I hesitate to touch that plugin as many others use it as well.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to