Good detective work all!

Caused by: java.lang.NullPointerException
        at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:214)
        at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:349)
        at hudson.model.Run.onLoad(Run.java:319)
        at hudson.model.RunMap.retrieve(RunMap.java:226)
        at hudson.model.RunMap.retrieve(RunMap.java:59)
        at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:657)

I think this relates to the following in AbstractBuild

R pb = getParent().builds.search(number-1, Direction.DESC);

This could be builds not being initialised as per the suggested JENKINS-16845 or it could be getParent() returning null.

getParent() returns the transient project value from Run.java

protected transient final JobT project;

@Jose Sa can you confirm what version you saw this error on.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to