我是詹金斯的新手,我正试图在詹金斯创造一份工作。我把我的项目推送到github,并向jenkins提供了github服务器的路径,但是当我尝试构建工作时,它显示错误而不是构建....请帮助解决...
这是我得到的例外---
Started by user anonymous
Building in workspace C:\Users\Rishi\.jenkins\jobs\Spring\workspace
> git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url git@github.com:rishi1020/SpringMVC #
timeout=10
Fetching upstream changes from git@github.com:rishi1020/SpringMVC
> git.exe --version # timeout=10
using GIT_SSH to set credentials
> git.exe -c core.askpass=true fetch --tags --progress git@github.com:rishi1020/SpringMVC +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo 'origin'
答案 0 :(得分:0)
如果只需要从GitHub仓库中获取,则不需要使用ssh(这需要正确的私有/公共ssh密钥才能运行)。
使用https网址,不需要任何身份验证(用于提取)
https://github.com/rishi1020/SpringMVC