The configuration do not trigger any exception, but it is not saved
.
After reloading the configuration page, default parameters are printed.
Additionally an exception is generated when the post-build action is executed:
ERROR: Publisher org.jenkinsci.plugins.valgrind.ValgrindPublisher aborted due to exception
java.lang.NullPointerException
at org.jenkinsci.plugins.valgrind.ValgrindPublisher.perform(ValgrindPublisher.java:84)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:710)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:685)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:632)
at hudson.model.Run.run(Run.java:1459)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:239)
good news: i can reproduce the bug
It appears only on jenkins 1.463, all older versions seem to work fine (i tested 1.455, 1.460 and 1.462).
I am working on it...