Jenkins使用Git构建错误

时间:2014-07-17 12:39:09

标签: jenkins

通过jenkins

运行build时出现以下错误

从远程Git存储库中获取更改 从https://my.server.com/repo.git

获取上游更改

致命:无法调用fetch2。无效的对象ID 10 java.lang.IllegalStateException:无法调用fetch2。无效的对象ID 10 at hudson.remoting.RemoteInvocationHandler $ RPCRequest.perform(RemoteInvocationHandler.java:269) 在hudson.remoting.Request $ 2.run(Request.java:326) 在hudson.remoting.InterceptingExecutorService $ 1.call(InterceptingExecutorService.java:72) 在java.util.concurrent.FutureTask.run(FutureTask.java:262) 在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:615) 在java.lang.Thread.run(Thread.java:744)

从远程Git存储库中获取更改 从https://my.server.come/repo1.git获取上游更改 致命:无法调用fetch2。无效的对象ID 10 java.lang.IllegalStateException:无法调用fetch2。无效的对象ID 10     at hudson.remoting.RemoteInvocationHandler $ RPCRequest.perform(RemoteInvocationHandler.java:269)     在hudson.remoting.Request $ 2.run(Request.java:326)     在hudson.remoting.InterceptingExecutorService $ 1.call(InterceptingExecutorService.java:72)     在java.util.concurrent.FutureTask.run(FutureTask.java:262)     在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)     at java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:615)     在java.lang.Thread.run(Thread.java:744)

非常感谢帮助。

0 个答案:

没有答案