Re: Getting Jgit exception in a Job that uses native Git

2018-05-16 Thread Brian Ray
*Brian Ray > *Sent:* Freitag, 11. Mai 2018 02:21 > *To:* Jenkins Users > > *Subject:* Re: Getting Jgit exception in a Job that uses native Git > > > > Navigate to *Manage Jenkins* > *Global Tool Configuration* > *Git* > *Git > Installations*. > > If the on

Re: Getting Jgit exception in a Job that uses native Git

2018-05-14 Thread Dirk Heinrichs
ps.com] On Behalf Of Brian Ray Sent: Freitag, 11. Mai 2018 02:21 To: Jenkins Users Subject: Re: Getting Jgit exception in a Job that uses native Git Navigate to Manage Jenkins > Global Tool Configuration > Git > Git Installations. If the only installation configured there is JGit or JG

Re: Getting Jgit exception in a Job that uses native Git

2018-05-10 Thread Brian Ray
Navigate to *Manage Jenkins* > *Global Tool Configuration* > *Git* > *Git Installations*. If the only installation configured there is *JGit *or *JGit with Apache HTTP client*, that is the answer. The *Git *installation will probably be what you are looking for. On Friday, March 23, 2018 at 4:

R: Getting Jgit exception in a Job that uses native Git

2018-03-23 Thread Dirk Heinrichs
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Dirk Heinrichs > I'm currently seeing a strange problem where I get a Jgit exception like: > >     FATAL: Walk failure. >     org.eclipse.jgit.errors.MissingObjectException: Missing commit > >

Getting Jgit exception in a Job that uses native Git

2018-03-23 Thread Dirk Heinrichs
Hi, I'm currently seeing a strange Problem where I get a Jgit exception like: FATAL: Walk failure. org.eclipse.jgit.errors.MissingObjectException: Missing commit in a job that's configured to use native Git. In fact, I'm also getting the usual native Git output above the ex