Hello,
after updating jenkins from 2.239 to 2.241 our jobs started to fail:
BUILD SUCCESSFUL
Total time: 10minutes 49seconds
New run name is '20.3.0.1-#40123'
ERROR: Build step failed with exception
java.lang.IllegalArgumentException: Method perform not found in hudson.plugins.analysis.core.HealthAwareRecorder (or it is private, finalor static)
at hudson.Util.getMethod(Util.java:1462)
at hudson.Util.getMethod(Util.java:1455)
at hudson.Util.getMethod(Util.java:1455)
at hudson.Util.isOverridden(Util.java:1439)
at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:110)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1905)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
Build step '[Deprecated] Scan workspace for open tasks'marked build as failure
Archiving artifacts
Recording fingerprints
[Java] Skipping execution of recorder since overall result is 'FAILURE'
In the german version of the GUI this particular post build step is not marked as deprecated, only in the build log it is possible to see that this build step seems to be deprecated and therefor maybe problematic.
Is there any alternative step available, that i am not aware of? I guess the exception happend above should not occur as well,right?
Greetings from Berlin,
Heiko