|
||||||||
|
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/groups/opt_out.

Code changed in jenkins
User: Mark Waite
Path:
src/test/java/hudson/plugins/git/GitChangeLogParserTest.java
http://jenkins-ci.org/commit/git-plugin/5fd1622bf5cca13feeb9596e9d0451bb948f39dd
Log:
Delete sample changelog at end of test - check for open file leak
JENKINS-20585 reports that changelog.xml cannot be deleted on Windows
because it is held busy by a process. This test assumes that process
is Jenkins itself, and that the GitChangeLogParser.parse() method is
the most likely culprit.