Branch: refs/heads/master Home: https://github.com/jenkinsci/support-core-plugin Commit: 536583973fec705e8728f60eb612f203f0d46db5 https://github.com/jenkinsci/support-core-plugin/commit/536583973fec705e8728f60eb612f203f0d46db5 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-10-09 (Thu, 09 Oct 2014)
Changed paths: M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java Log Message: ----------- Trying to diagnose why about.md is sometimes truncated for users of cloudbees-support. Ends with * Organization: Hudson Customer:version=2,company=… without even a trailing newline (even though println, not print, was being called). Even if an exception were thrown, AboutContent catches that and ought to continue. And even if it did not, PrintedContent calls PrintWriter.flush in a finally-block. At least moving this block to the end so it does not disrupt other diagnostics. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.