git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mick Ken <micks80@gmail.com>
To: git@vger.kernel.org
Subject: Git issue with connection keep-alive
Date: Fri, 18 Mar 2011 10:59:16 -0400	[thread overview]
Message-ID: <AANLkTik==xnTxhOY-CoE5_oNkE-gdfSDBzBOgOgJGTbt@mail.gmail.com> (raw)

Hi,
I am experiencing an issue with Git plugin in Jenkins. I have already
posted the issue at the Jenkins mailing list but did not heard much in
the last couple of days, so I thought of posting it here incase
someone can help:

Jenkins mailing list thread -
http://groups.google.com/group/jenkinsci-users/browse_thread/thread/6f9d685d6aef4c49?hl=en

In short, the issue is that when the Git plugin is trying to clone a
repo it's failing but "Tortoise Git" on the same server is able to
successfully able to clone the repo. After some debugging it looks
like the Git calls are different, here's the internal Git call from
Jenkins that's failing:

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'

Whereas, the tortoise git is just passing the "--progress -v"
parameters and it's successful.

Any ideas why the Git call from Jenkins is dropping the connection?

Thanks

                 reply	other threads:[~2011-03-18 14:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTik==xnTxhOY-CoE5_oNkE-gdfSDBzBOgOgJGTbt@mail.gmail.com' \
    --to=micks80@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).