jenkinsci / last-changes-plugin

https://plugins.jenkins.io/last-changes
https://plugins.jenkins.io/last-changes/
31 stars 28 forks source link

Could not load actions from com.github.jenkins.lastchanges.LastChangesProjectAction #56

Closed rmpestano closed 6 years ago

rmpestano commented 6 years ago

The exception below is throw as a warning on jenkins logs when user access a job that hasn't published last changes:

java.lang.NullPointerException
    at hudson.model.Actionable.createFor(Actionable.java:115)
    at hudson.model.Actionable.getAllActions(Actionable.java:100)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)