-
Bug
-
Resolution: Unresolved
-
Minor
The Collabnet plugin v. 2.0.8 looks like it is incompatible with the promoted builds plugin v. 876.v99d29788b_36b_
We get the following error when trying to promote a build to the Collabnet Team Forge File Release:
FATAL: 'hudson.model.AbstractBuild hudson.plugins.promoted_builds.Promotion.getTarget()'
java.lang.NoSuchMethodError: 'hudson.model.AbstractBuild hudson.plugins.promoted_builds.Promotion.getTarget()'
at hudson.plugins.collabnet.documentuploader.FilePattern.interpret(FilePattern.java:41)
at hudson.plugins.collabnet.filerelease.CNFileRelease.uploadFiles(CNFileRelease.java:226)
at hudson.plugins.collabnet.filerelease.CNFileRelease.perform(CNFileRelease.java:185)
at hudson.plugins.promoted_builds.Promotion$RunnerImpl.build(Promotion.java:464)
at hudson.plugins.promoted_builds.Promotion$RunnerImpl.doRun(Promotion.java:401)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
at hudson.model.Run.execute(Run.java:1897)
at hudson.model.Run.run(Run.java:1851)
at hudson.plugins.promoted_builds.Promotion.run(Promotion.java:313)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Rolling back the promoted builds plugin to v. 3.11 resolved this issue and allowed us to successfully promote our builds.