Jenkins无法访问Azure Ubuntu VM上的Git存储库

时间:2017-06-01 04:41:40

标签: git azure jenkins jenkins-plugins

当我尝试连接到我的git存储库时出现以下错误。

enter image description here

这是我正在使用的凭据。什么指向我做错了什么? enter image description here

1 个答案:

答案 0 :(得分:0)

首先,请务必使用最新版本的Git SCM插件,以避免issue like JENKINS-20879
该问题还说明了如何注册受密码保护的私钥。在您的情况下,请确保您没有密码(或者您的密钥无法在Jenkins中正确注册,as in this answer

确保在Jenkins之外进行测试

ssh -Tv -i /path/to/id_rsa git@ip.address