hudson.plugins.git.GitException: Command "git checkout -f e2e9e77016bed68aab01dcde2ace277e90ac8e97" returned status code 128:
stdout:
stderr: fatal: reference is not a tree: e2e9e77016bed68aab01dcde2ace277e90ac8e97
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(
CliGitAPIImpl.java:2450)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(
CliGitAPIImpl.java:84)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(
CliGitAPIImpl.java:2767)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to node2
at hudson.remoting.Channel.attachCallSiteStackTrace(
Channel.java:1800)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(
UserRequest.java:357)
at
hudson.remoting.Channel.call(
Channel.java:1001)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(
RemoteGitImpl.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(
Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(
RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy110.execute(Unknown Source)
at hudson.plugins.git.GitSCM.checkout(
GitSCM.java:1347)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(
SCMStep.java:125)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$
StepExecutionImpl.run(
SCMStep.java:93)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$
StepExecutionImpl.run(
SCMStep.java:80)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(
SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$
RunnableAdapter.call(
Executors.java:511)
Also: hudson.AbortException: script returned exit code 2
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(
DurableTaskStep.java:659)
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(
DurableTaskStep.java:605)
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$
Execution.run(
DurableTaskStep.java:549)
at java.util.concurrent.Executors$
RunnableAdapter.call(
Executors.java:511)
at
java.util.concurrent.FutureTask.run(
FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(
ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$
ScheduledFutureTask.run(
ScheduledThreadPoolExecutor.java:293)
Caused: hudson.plugins.git.GitException: Could not checkout e2e9e77016bed68aab01dcde2ace277e90ac8e97
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(
CliGitAPIImpl.java:2791)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$
GitCommandMasterToSlaveCallable.call(
RemoteGitImpl.java:161)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$
GitCommandMasterToSlaveCallable.call(
RemoteGitImpl.java:154)
at hudson.remoting.UserRequest.perform(
UserRequest.java:211)
at hudson.remoting.UserRequest.perform(
UserRequest.java:54)
at hudson.remoting.Request$
2.run(
Request.java:375)
at hudson.remoting.InterceptingExecutorService$
1.call(
InterceptingExecutorService.java:73)
at
java.util.concurrent.FutureTask.run(
FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$
Worker.run(
ThreadPoolExecutor.java:624)
at
java.lang.Thread.run(
Thread.java:748)
Finished: FAILURE