Re: Jenkins hang on startup after "Listed all plugins"

2020-07-30 Thread Randall Becker
In case anyone is curious, I identified two sources of this issue. 1) JGit is throwing exceptions because nanosecond resolution is set to UNDEFINED and any time you do math (add a value) with that value in Java long, you get an Arithmetic Overflow. This seems to have left some threads in an ind

Jenkins hang on startup after "Listed all plugins"

2020-07-28 Thread Randall Becker
This has been going on since 2.233. We are getting pretty consistent failures of Jenkins right after the "Listed all plugins" message is logged. This just on the controller (there are no agents), running JRE 1.8.0_45. I have wiped the configuration three times already. As soon as I add pipeline