通过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)
非常感谢帮助。