When trying to start a job manually, the job starts and then immediately the NullPointerException occurrs.
FATAL: null
java.lang.NullPointerException
at org.jvnet.hudson.plugins.triggers.startup.HudsonStartupCause.getShortDescription(HudsonStartupCause.java:38)
at hudson.model.Cause.print(Cause.java:121)
at hudson.model.StreamBuildListener.started(StreamBuildListener.java:75)
at hudson.model.Run.execute(Run.java:1720)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:405)
Checking console output
No emails were triggered.
Finished: FAILURE