it sounds like this is on the right track...

the problem we're having is when we have too many ssh,git.exe,andconhosts 
running we're unable to fetch from git

Building on master in workspace J:\jobs\Jobname\workspace
Fetching changes from the remote Git repository
Fetching upstream changes from ssh://[email protected]/Name/Jobname.git
ERROR: Timeout after 10 minutes
FATAL: Failed to fetch from ssh://[email protected]/Name/jobname.git
hudson.plugins.git.GitException: Failed to fetch from ssh://
[email protected]/Name/JobName.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:621)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:853)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:878)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1665)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress ssh://[email protected]/Name/JobName.git 
+refs/heads/*:refs/remotes/origin/*" 
returned status code 128:
stdout: 
stderr: Could not create directory 'c/Users/GithubUserName/.ssh'.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1192)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1062)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:89)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:222)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:619)
... 10 more


however, that article is not very clear, where do I use that curl command? 


On Friday, March 28, 2014 3:35:00 PM UTC-4, Mark Waite wrote:
>
> How long have the processes been running?  
>
> If they are short-lived processes, they might be the result of many jobs 
> polling concurrently with small polling intervals (like once every minute). 
>  If you are polling that frequently, you should consider the "polling must 
> die" post from Kohsuke Kawaguchi for a faster and lighter technique to 
> accomplish the same result.
>
> If they are long-lived processes, they might be the result of git.exe 
> blocking while prompting for authentication.  Be sure you're running the 
> latest version of the git-client-plugin and the git-plugin to reduce the 
> chances of blocking for authentication.
>
> Since other jobs are not running, and since a checkout will not complete 
> until the git process exits, I assume they are not the "remnants" of a git 
> checkout.  You might be able to better guess the purpose of those processes 
> if you can list the arguments to the command.  Refer to 
> http://windowsxp.mvps.org/listproc.htm for a suggestion of a way you can 
> list the arguments passed to a Windows process.
>
> Mark Waite
>
>
> On Fri, Mar 28, 2014 at 12:12 PM, S Day <[email protected] 
> <javascript:>>wrote:
>
>> I was wondering if you had a few minutes to check out this problem I seem 
>> to be experiencing with the Jenkings Github plugin..
>>
>>  As you can see I have many instances of git.exe running however…
>>
>>   I have nothing building, nothing pulling from git, or anything
>>
>>   It appears nothing is closing gracefully, is this a known issue or how 
>> the software is supposed to run or something wrong with my Jenkins 
>> configuration.
>>
>>   Thanks for taking the time to read this 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Thanks!
> Mark Waite
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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/d/optout.

Reply via email to