github - Jenkins doesn't stop after Git clone -


we setting jenkins server, , trying configure our first project.

the first step clone private repository github, apparently works. @ least don't ssh errors longer, this article.

now have not yet configured , build steps or post-build steps, assume jenkins clone git repository, , stop (with success).

unfortunately, not happens. instead jenkins keeps working , working , working, infinitely … when cancel job , take @ log file, looks fine, except note user cancelled job.

this log:

started user john doe building in workspace c:\program files (x86)\jenkins\workspace\fooproject checkout:fooproject / c:\program files (x86)\jenkins\workspace\fooproject - …   … hudson.remoting.localchannel@1daf314 using strategy: default fetching changes 1 remote git repository fetching upstream changes origin build aborted aborted john doe finished: aborted 

we using git 1.8.4, run on windows, , use git.exe file (as gitk.cmd did not work, raised error leaking child process).

any idea of might wrong?

okay, we've found issue: in system-wide environment variables there variable called git_ssl, pointed tortoisesvn's plink.exe wrong.

once changed ssh.exe provided msysgit, works expected :-)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -