Handle HYDRA_EMAIL_TEMPLATES that are paths
[?]
Jul 5, 2013, 9:22 PM
ZEDMA4P6CGAP5HLW7OZFPZIJRMQMWGLVGXLGLYQ52TYMNYYHIXJACDependencies
- [2]
LDICTHWYUse Template::Toolkit to generate email messages - [*]
5EQYVRWEAdd a plugin mechanism - [*]
QDJRQIFFIf multiple dependent builds fail, send a single email
Change contents
- edit in src/lib/Hydra/Plugin/EmailNotification.pm at line 15[5.34][5.37]
use FileHandle; - edit in src/lib/Hydra/Plugin/EmailNotification.pm at line 96
if (-e $template) {my $fh = FileHandle->new($template, "r");if ($fh) {$template = $fh;}} - edit in src/lib/Hydra/Plugin/EmailNotification.pm at line 105
if (ref($template) eq "FileHandle") {$template->close();}