source: announcerplugin/trunk/announcer/templates/bitten_plaintext.txt

Last change on this file was 7638, checked in by Robert Corsaro, 14 years ago

adds bitten announcements

File size: 737 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 Slave:           ${build.slave}
9  Build Number:          ${build.id}  -  <${build.link}>
10{% if build.failed_steps %}\
11
12  Failures:
13{% for step in build.failed_steps %}\
14    Step:                $step.name
15    Errors:              ${', '.join(step.errors)}
16    Log:
17      #for lvl, msg in step.log_messages
18      [${lvl.upper().ljust(8)}] $msg
19      #end
20{% end %}\
21{% end %}\
22
23--
24Build URL: <${build.link}>
25${project.name} <${project.url}>
26${project.descr}
Note: See TracBrowser for help on using the repository browser.