|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I believe introduction of this commit results in a number of issues with configuration slicer the ability to set discard old builds and the plugin also creates a build failure error below
12:40:55 ERROR: Publisher org.jenkinsci.plugins.discardbuild.DiscardBuildPublisher aborted due to exception
12:40:55 java.lang.UnsupportedOperationException
12:40:55 at java.util.AbstractList.add(Unknown Source)
12:40:55 at java.util.AbstractList.add(Unknown Source)
12:40:55 at org.jenkinsci.plugins.discardbuild.DiscardBuildPublisher.perform(DiscardBuildPublisher.java:148)
12:40:55 at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
12:40:55 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
12:40:55 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:786)
12:40:55 at hudson.model.Build$BuildExecution.post2(Build.java:183)
12:40:55 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:733)
12:40:55 at hudson.model.Run.execute(Run.java:1592)
12:40:55 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
12:40:55 at hudson.model.ResourceController.execute(ResourceController.java:88)
12:40:55 at hudson.model.Executor.run(Executor.java:237)
Makes this version of Jenkins unusable for me, issue needs fixing or capability removing until fixed.