Re: Branch Indexing Hangs

2016-07-07 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-32767 is the bug report. I'd love to have a pull request proposing a fix, though I'm not sure if the pull request would be to modify the pipeline plugins to use command line git instead of JGit, or if it is worth trying the git-client-plugin 2.0.0-beta1

Re: Branch Indexing Hangs

2016-07-07 Thread Michael Irwin
Thanks! I've looked in both the multibranch plugin issues and its dependent plugins and don't see any issue that stands out. Is it somewhere else? Do you have a link to that issue? -- Michael On Wed, Jul 6, 2016 at 6:19 PM Mark Waite wrote: > There is a bug report assigned to me which decode

Re: Branch Indexing Hangs

2016-07-06 Thread Mark Waite
There is a bug report assigned to me which decodes a possible hang condition detected by Jesse Glick. Look there first On Wed, Jul 6, 2016, 2:29 PM Michael Irwin wrote: > I've got a multibranch project watching a git repo, currently configured > to poll the SCM. Running Jenkins in Docker (using

Branch Indexing Hangs

2016-07-06 Thread Michael Irwin
I've got a multibranch project watching a git repo, currently configured to poll the SCM. Running Jenkins in Docker (using jenkinsci/jenkins:2.11). For some reason, the indexing just hangs for hours and hours at times, which of course prevents further builds from occurring in that project. Not