-
Bug
-
Resolution: Fixed
-
Major
-
None
-
jenkins 2.191, claim plugin 2.15
-
-
2.16
After Upgrading to 2.191 the claim plugin comes up with an NPE Exception.
Before the upgrade everything was fine when using teh claim plugin.
Szenario/Workflow
- Give I have an job worth claiming
- When I click on "claim it"
- Then the Clain Details are shown
- When I click on "claim" Button
- Then an error page with stacktrace comes up
Stack-Trace java.lang.NullPointerException at hudson.plugins.claim.ClaimBuildFailureAnalyzer.isBFAEnabled(ClaimBuildFailureAnalyzer.java:46) at hudson.plugins.claim.AbstractClaimBuildAction.doClaim(AbstractClaimBuildAction.java:105) at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145) at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)