开发者

Hudson Git Plugin not working on windows

I have msysgit installed with OpenSSH option. In Git bash, I can run ssh-agent, and it manages the passphrase for my ssh key. Is it possible for the Hudson 开发者_运维百科Git plugin to use ssh-agent? Currently, it hangs when trying to clone, no doubt waiting for the passphrase to be entered.

Thanks!


As mentioned in "Problem with Hudson + Git + Gitosis on windows", you need to make sure the Hudson job does set first a %HOME% environment variable.
That value must refer to the directory where you can find:

.ssh
  id_rsa     # private key
  id_rsa.pub # public key


I've just had this exact same problem but in my case setting HOME didn't fix it!

In my case the fix was actually to set the HOMEDRIVE and HOMEPATH variables so it would seem that different Windows Git builds (mine is version 1.8.1.msysgit.1) use different environment variables to locate SSH keys.

If in doubt, make sure you configure Hudson with all three!

Note also that you can configure Hudson-wide environment variables under 'Manage Hudson' > 'Configure System' > 'Global Properties', so you don't need to do this for each job individually.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜