http://superuser.com/questions/586067/git-fatal-pack-has-1-unresolved-delta-index-pack-failed suggests that you might have shallow clone enabled and somehow the command line git process is unable to resolve the deltas.
If you wipe the workspace, does the job then run successfully? Are you using a reference repository, and was that reference repository deleted or damaged in some way? If the original clone used a reference repository and the reference repository was garbage collected, it is possible that some of the content referenced from your Jenkins job was deleted from the reference repository. Mark Waite On Thu, Apr 9, 2015 at 4:08 AM, Sapna Vempati <sapnavemp...@gmail.com> wrote: > Hi: > I have a job linked to a remote host; triggered by a git poll.It was > working fine so far. Now I get an error stated below. Does anyone know why > ? > > ... > > ... > > ... > > Resolving deltas: 93% (45585/48632), completed with 1 local objects. > fatal: pack has 3047 unresolved deltas > fatal: index-pack failed > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1442) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1230) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:85) > > > Regards > Sapna > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CABwvR--fvMDt6S5gbmu_2b5aH5RM-kRYGUk%2BkJ4f8cbdoYCWog%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CABwvR--fvMDt6S5gbmu_2b5aH5RM-kRYGUk%2BkJ4f8cbdoYCWog%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtFveHAkmLKjJu%2B5k-NS-EYB0M%3DpPS_QBc9hf%3DA6kznwCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.