|
CruiseControl.NET : Email Subject
This page last changed on Dec 07, 2009 by csut017.
Email SubjectThis element allows to set specific subject messages according to the state of the build. When a certain state is not specified, a default will be entered. VersionAvailable from version 1.0 Examples<subject buildResult="StillBroken" value="Build is still broken for {CCNetProject}" />
Configuration Elements
NotesIt is also possible to use Integration Properties in this section. For example: <subjectSettings> <subject buildResult="StillBroken" value="Build is still broken for ${CCNetProject}, please check again" /> </subjectSettings> or: <subjectSettings> <subject buildResult="StillBroken" value="Build is still broken for ${CCNetProject}, the fix failed." /> <subject buildResult="Broken" value="{CCNetProject} broke at ${CCNetBuildDate} ${CCNetBuildTime } , last checkin(s) by ${CCNetFailureUsers}" /> <subject buildResult="Exception" value="Serious problem for ${CCNetProject}, it is now in Exception! Check status of network / sourcecontrol" /> </subjectSettings>
|
| Document generated by Confluence on Jan 23, 2011 08:52 |