I installed Hudson on Ubuntu and I am using the git plugin. Git integration and a simple shell script I execute as a build step, it seems to work fine, but I get the following error and the build fails:
FATAL: null java.lang.AbstractMethodError at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:278) at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:275) at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:565) at hudson.model.Run.run(Run.java:1386) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145)
I have no action after the build.
grant
source share