Hi Mark,
Finally, it was great to see a reply from someone :)
You have raised a good point but I am unable to test it on command
line because Git plugin/Jenkins sets up some extra internal parameters
e.g. "--stateless-rpc" before making the call as shown below:
C:\workspace>git clone http://<server_url>/project.git C:\Projects\
trace: built-in: git 'clone' 'http://<server_url>/project.git' 'C:
\Projects\'
trace: run_command: 'git-remote-http' 'origin' 'http://<server_url>/
project.git'
Cloning into C:\Projects\...
trace: run_command: 'fetch-pack' '--stateless-rpc' '--lock-pack' '--
thin' '--no-progress' 'http://<server_url>/project.git' 'refs/heads/
master' 'refs/heads/m3/master'
When I try to pass those parameters on command line, its throws error
saying that they don't exist.
The Git Plugin/Jenkins should allow the user to set these parameters
manually as well..
Not sure what else to try here..
Thanks
On Mar 18, 6:42 am, Mark Waite <
markwa...@yahoo.com> wrote:
> My use of the git plugin works on 20+ different machines including various Linux
> and Windows variants. That doesn't mean the problem you're describing doesn't
> exist, just that I don't see the problem you're describing and I don't remember
> ever hearing mention of that sort of problem on the mailing list before.
>
> If you see the same behavior from the git command line, then you probably have
> detected an issue with git.
>
> If you don't see the same behavior from the git command line, then I'm quite
> surprised and don't have any other suggestions to offer.
>
> Mark Waite
>
> ________________________________
> From: Micks80 <
mick...@gmail.com>
> > Mick- Hide quoted text -
>
> - Show quoted text -