2012-06-16 4 views
1

이 질문은 나를 미치게 만들었습니다. 허드슨에 힘내를 통합하려고했지만, 플러그인 (Jenkins GIT 플러그인 V1.16)을 설치하고 Git을 SCM 도구로 사용하여 작업을 만들 때마다 내가이 일을 만들려고 노력, 그것은 다음과 같은 즉시 실패 오류 스택 추적 정보를 첨부합니다 : 그것은 허드슨에 실패한 이유hudson에서 git을 사용하여 복제하지 못했습니다.

Started by user anonymous 
Building remotely on William 
Checkout:testgit/C:\Hudson\workspace\testgit - [email protected]:William 
Using strategy: Default 
Checkout:testgit/C:\Hudson\workspace\testgit - [email protected] 
Fetching changes from the remote Git repository 
Fetching upstream changes from ssh:[email protected]:williamhu1985/robotium.git 
ERROR: Problem fetching from origin/origin - could be unavailable. Continuing anyway 
ERROR: Could not fetch from any repository 
FATAL: Could not fetch from any repository 
hudson.plugins.git.GitException: Could not fetch from any repository 
    at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:852) 
    at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:812) 
    at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1931) 
    at hudson.remoting.UserRequest.perform(UserRequest.java:114) 
    at hudson.remoting.UserRequest.perform(UserRequest.java:48) 
    at hudson.remoting.Request$2.run(Request.java:270) 
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) 
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) 
    at java.util.concurrent.FutureTask.run(Unknown Source) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
    at hudson.remoting.Engine$1$1.run(Engine.java:58) 
    at java.lang.Thread.run(Unknown Source) 

나는 REPO를 복제하기 위해 자식의 bash를 사용 할 수 있지만, 확실하지가 전에이 문제에 직면 한 사람, 사전에 감사드립니다.

+3

당신은 젠킨스 작업이 실행되고있는 동일한 시스템에서 동일한 사용자로의 repo를 복제 할 수 있습니까? –

답변

관련 문제