When upgrading from 3.0 to 3.6.2 there's an NPE when loading a GitHub Organization:
Jul 16, 2019 10:03:29 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading item csullivannet
java.lang.NullPointerException
at jenkins.branch.OrganizationFolder.onLoad(OrganizationFolder.java:214)
at hudson.model.Items.load(Items.java:373)
at jenkins.model.Jenkins$14.run(Jenkins.java:3162)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1091)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
All of my plugins are currently up to date, except for Config File Provider which is on 3.0. When I update Config File Provider, this is the exception I get.
All of my plugins are currently up to date, except for Config File Provider which is on {{3.0}}. When I update Config File Provider to {{3.6.2}}, this is the exception I get.