|
||||||||
|
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: Martin Smith
Path:
src/main/java/com/chikli/hudson/plugin/naginator/NaginatorListener.java
http://jenkins-ci.org/commit/naginator-plugin/51e8a7a59c2bf69557891c2b7813c1f9973d5208
Log:
[FIXED JENKINS-25800] Ensure BufferedReader in parseLog is closed
Added a try/finally block around the reader, so it doesn't leak resources. BufferedReader will automatically call close on the FileReader it wraps.