我坚持在控制台中关注以下消息:
Started by user anonymous
Building in workspace C:\Users\myusername\.jenkins\jobs\game-of-life\workspace
Checkout:workspace / C:\Users\myusername\.jenkins\jobs\game-of-life\workspace - hudson.remoting.LocalChannel@5f06425e
Using strategy: Default
Cloning the remote Git repository
Cloning repository git@github.com:myusername/game-of-life.git
git --version
git version 1.8.4.msysgit.0
我已经向PATH添加了git。 在Jenkins下,我添加了JDK和Maven Home Directories,并将Path添加到Git可执行文件:
C:\Program Files (x86)\Git\bin\git.exe
在SCM的Jenkins作业配置下,我添加了Git repo:
git@github.com名称:myusername /游戏的-life.git
我还有Github的密钥并经过验证:
$ ssh -T git@github.com
Hi myusername! You've successfully authenticated, but GitHub does not provide shell access
在Jenkins网址下我有:
http://localhost:8080/jenkins/
我不确定我错过了什么!
答案 0 :(得分:1)
不确定如何在您的计算机上设置Jenkins,但默认情况下,Jenkins Windows安装程序将Jenkins设置为在Windows上作为服务运行,该服务作为“本地系统帐户”运行,而不是您的用户帐户。由于“本地系统帐户”没有设置SSH密钥或known_hosts,因此“git clone”将在构建期间挂起。看Configuring Jenkins to use OpenSSH bundled with msysgit Windows installer