annotate bitten/templates/bitten_notify_email.txt @ 875:a68027e2245d

Add 'Platform' name to build report for web display and notifications. Fixes #541 and #633.
author osimons
date Thu, 21 Oct 2010 08:41:16 +0000
parents a4676056c8d3
children
rev   line source
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
1 $build.status build of $project.name [$change.rev]
533
7c1919719538 Fix line endings and trailing whitespace in new notification files
mgood
parents: 531
diff changeset
2 ---------------------------------------------------------------------
7c1919719538 Fix line endings and trailing whitespace in new notification files
mgood
parents: 531
diff changeset
3
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
4 Changeset: $change.rev - <$change.link>
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
5 Committed by: $change.author
533
7c1919719538 Fix line endings and trailing whitespace in new notification files
mgood
parents: 531
diff changeset
6
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
7 Build Configuration: $build.config
875
a68027e2245d Add 'Platform' name to build report for web display and notifications. Fixes #541 and #633.
osimons
parents: 824
diff changeset
8 Build Platform: $build.platform
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
9 Build Slave: $build.slave
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
10 Build Number: $build.id - <${build.link}>
824
a4676056c8d3 Changed notification to always use Genshi `NewTextTemplate` which lets us keep just one template for both Trac 0.11 and 0.12+.
osimons
parents: 626
diff changeset
11 {% if build.failed_steps %}\
533
7c1919719538 Fix line endings and trailing whitespace in new notification files
mgood
parents: 531
diff changeset
12
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
13 Failures:
824
a4676056c8d3 Changed notification to always use Genshi `NewTextTemplate` which lets us keep just one template for both Trac 0.11 and 0.12+.
osimons
parents: 626
diff changeset
14 {% for step in build.failed_steps %}\
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
15 Step: $step.name
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
16 Errors: ${', '.join(step.errors)}
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
17 Log:
824
a4676056c8d3 Changed notification to always use Genshi `NewTextTemplate` which lets us keep just one template for both Trac 0.11 and 0.12+.
osimons
parents: 626
diff changeset
18 {% for lvl, msg in step.log_messages %}\
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
19 [${lvl.upper().ljust(8)}] $msg
824
a4676056c8d3 Changed notification to always use Genshi `NewTextTemplate` which lets us keep just one template for both Trac 0.11 and 0.12+.
osimons
parents: 626
diff changeset
20 {% end for %}\
a4676056c8d3 Changed notification to always use Genshi `NewTextTemplate` which lets us keep just one template for both Trac 0.11 and 0.12+.
osimons
parents: 626
diff changeset
21 {% end for %}\
a4676056c8d3 Changed notification to always use Genshi `NewTextTemplate` which lets us keep just one template for both Trac 0.11 and 0.12+.
osimons
parents: 626
diff changeset
22 {% end if %}\
533
7c1919719538 Fix line endings and trailing whitespace in new notification files
mgood
parents: 531
diff changeset
23
626
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
24 --
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
25 Build URL: <$build.link>
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
26 $project.name <${project.url or abs_href()}>
73ed8c171063 Simplify email notification code by removing BuildInfo class
mgood
parents: 533
diff changeset
27 $project.descr
Copyright (C) 2012-2017 Edgewall Software