Branch: refs/heads/master Home: https://github.com/jenkinsci/plot-plugin Commit: a7682535391b2892c509daae8b17e6159f203f84 https://github.com/jenkinsci/plot-plugin/commit/a7682535391b2892c509daae8b17e6159f203f84 Author: Sebastian Schuberth <sschube...@gmail.com> Date: 2015-05-07 (Thu, 07 May 2015)
Changed paths: M src/main/java/hudson/plugins/plot/Plot.java Log Message: ----------- Plot: Ensure uniqueness of the temporary file by creating its name lazily We cannot ensure uniqueness of the temporary file in the constructor because we do not know the project root directory at that time. So do not create its name until getCsvFileName() has been called fo rthe first time, by which time setProject() should have been called. Commit: 3250f839ead5676384e43f6a2266f1ef6bee331b https://github.com/jenkinsci/plot-plugin/commit/3250f839ead5676384e43f6a2266f1ef6bee331b Author: Eric Nielsen <e...@amalgamar.com.br> Date: 2015-05-09 (Sat, 09 May 2015) Changed paths: M src/main/java/hudson/plugins/plot/Plot.java Log Message: ----------- Merge pull request #20 from sschuberth/unique-temp-file Plot: Ensure uniqueness of the temporary file by creating its name la… Compare: https://github.com/jenkinsci/plot-plugin/compare/f07a23e9c21f...3250f839ead5 -- 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.