|
||||||||
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/d/optout.
Code changed in jenkins
User: Claudio Bley
Path:
src/main/java/org/jenkinsci/plugins/scoverage/ScoverageProjectAction.java
http://jenkins-ci.org/commit/scoverage-plugin/42eb91cba9b389bbb96aa8041019ec95c80a3333
Log:
Avoid NPE in ScoverageProjectAction.doDynamic
The exception was thrown when getLastSuccessfulBuildAction returned
null.
Fixes JENKINS-27418