Edgewall Software

source: trunk/bitten/templates/bitten_notify_email.txt

Last change on this file was 953, checked in by osimons, 13 years ago

Add 'Platform' name to build report for web display and notifications. Fixes #541 and #633.

File size: 787 bytes
Line 
1$build.status build of $project.name [$change.rev]
2---------------------------------------------------------------------
3
4  Changeset:             $change.rev  -  <$change.link>
5  Committed by:          $change.author
6
7  Build Configuration:   $build.config
8  Build Platform:        $build.platform
9  Build Slave:           $build.slave
10  Build Number:          $build.id  -  <${build.link}>
11{% if build.failed_steps %}\
12
13  Failures:
14{%  for step in build.failed_steps %}\
15    Step:                $step.name
16    Errors:              ${', '.join(step.errors)}
17    Log:
18{%    for lvl, msg in step.log_messages %}\
19      [${lvl.upper().ljust(8)}] $msg
20{%    end for %}\
21{%  end for %}\
22{% end if %}\
23
24--
25Build URL: <$build.link>
26$project.name <${project.url or abs_href()}>
27$project.descr
Note: See TracBrowser for help on using the repository browser.