Jenkins won't start

2015-08-11 Thread Kevin Bond
Hello, I just upgraded to 1.624 and now Jenkins won't start - it is stuck at "Please wait while Jenkins is getting ready to work" indefinitely. Here is a thread dump: https://gist.github.com/kbond/b673d053666c39233d6d Can anyone help? Thanks, Kevin -- You received this message because you are

Re: Github authentication stopped working

2012-06-13 Thread Kevin Bond
See https://github.com/mocleiri/github-oauth-plugin/issues/24 for fix On Wednesday, 13 June 2012 06:03:01 UTC-4, Johno Crawford wrote: > > On 13/06/2012 9:23 AM, lorewarden wrote: > > I noticed that our Jenkins instance that is configured to use the > > Github plugin to manage authentication has

Re: jUnit xml test reports not being completely parsed

2012-03-22 Thread Kevin Bond
I just tried this exact job on the LTS and it worked as expected... On Wednesday, 21 March 2012 13:48:22 UTC-4, Kevin Bond wrote: > > I recently updated jenkins to 1.456 and noticed that my test count > dropped significantly. > > Looking into it further I see that each of my j

jUnit xml test reports not being completely parsed

2012-03-21 Thread Kevin Bond
I recently updated jenkins to 1.456 and noticed that my test count dropped significantly. Looking into it further I see that each of my junit xml report files aren't being completely parsed. Only the first testcase in each file is being recorded by jenkins. Any thoughts as to the problem?