-
Bug
-
Resolution: Unresolved
-
Critical
-
None
- Rebuild plugin 1.23 introduced a binary compatibility change in the `RebuildValidator` extension point (reason - Pipeline support). https://github.com/jenkinsci/rebuild-plugin/commit/a4c94010177de19207a343b2064600e11e97b54b#commitcomment-19673907
- The maintainer released this plugin without a version bump => such breakage has a limited visibility
- This plugin uses outdated `RebuildValidator`: https://github.com/i-m-c/jenkins-inheritance-plugin/blob/1c17e795f7c0de3d5701f2f023526759de346be4/src/main/java/hudson/plugins/project_inheritance/projects/rebuild/RebuildValidatorSuppressor.java#L41
The issue causes failures in all rebuild validation logic calls.
2016-11-02 08:30:16.942+0000 [id=3232814] WARNING h.model.listeners.RunListener#report: RunListener failed java.lang.AbstractMethodError: com.sonyericsson.rebuild.RebuildValidator.isApplicable(Lhudson/model/AbstractBuild;)Z at com.sonyericsson.rebuild.Rebuilder.onCompleted(Rebuilder.java:56) at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:201) at hudson.model.Run.execute(Run.java:1783) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)
CC @rsandell
- relates to
-
JENKINS-46916 duplicate links on left nav with project inheritance plugin and pipeline jobs
- Open