-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.184
inheritance-plugin Version 19.08.02
With Inheritance Plugin installed, every new Pipeline job run lacks the `Rebuild` button. "New" in terms that if I check some old build `#90` from a week or so ago, the button is present and working; but if I press it, or start a build in any other way, in build `#91` the button is gone.
If I manually change URL in browser from `pipeline/91` to `pipeline/91/rebuild`, I get the following stacktrace:
java.lang.AbstractMethodError: you must override the new overload of isApplicable in hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor at com.sonyericsson.rebuild.RebuildValidator.isApplicable(RebuildValidator.java:50) at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:61) at hudson.model.Run.getTransientActions(Run.java:386) at hudson.model.Run.getDynamic(Run.java:2566) 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.MetaClass$9.dispatch(MetaClass.java:454) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747) Caused: javax.servlet.ServletException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:797) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878) at org.kohsuke.stapler.MetaClass$9.dispatch(MetaClass.java:456) ...