|
||||||||
|
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: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/tasks/Fingerprinter.java
http://jenkins-ci.org/commit/jenkins/2f59ffc475dc73a9a9cd5a7596819f3242c22f6f
Log:
[FIXED JENKINS-19392] Simpler and more efficient to use String.intern to compact fingerprint data.
This should work across builds and even across jobs, and does not force us to load other builds.
Compare: https://github.com/jenkinsci/jenkins/compare/c5c6bc050d49...2f59ffc475dc