|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Mirko Friedenhagen
Path:
src/main/java/hudson/plugins/violations/ViolationsReport.java
http://jenkins-ci.org/commit/violations-plugin/677dc8981b161f11368db8aebe4d94473ae6f757
Log:
Use reflection to access protected field result from the build, see JENKINS-25406 as well.
As of https://github.com/jenkinsci/jenkins/commit/28dfd90d2d6ae99c57eb174871c46f4e07e303ba#diff-c4f9931d88bca347279b881007d71f0eL445
the field may not be set anymore directly when the build already was completed.
TODO: the summary still thinks the build was a SUCCESS.