This commit is contained in:
Eelco Dolstra 2010-02-10 12:27:16 +00:00
parent f44128275c
commit 6dd87f5851

View file

@ -152,7 +152,7 @@ sub sendEmailNotification {
my $body = "Hi,\n" my $body = "Hi,\n"
. "\n" . "\n"
. "This is to let you know that Hydra build" . $build->id . "This is to let you know that Hydra build " . $build->id
. " of job " . $jobName . " has $statusMsg.\n" . " of job " . $jobName . " has $statusMsg.\n"
. "\n" . "\n"
. "Complete build information can be found on this page: " . "Complete build information can be found on this page: "