39 lines
1.3 KiB
XML
Executable File
39 lines
1.3 KiB
XML
Executable File
<publishers xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<xmllogger logDir=".\buildlogs" postScript="$(RS_TOOLSROOT)\script\util\cruisecontrol\post_log_project_state.bat" postArgs="$(projectname)" />
|
|
|
|
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
|
|
|
|
<rss />
|
|
|
|
<cb:include href="$(stats_file)"/>
|
|
|
|
<email_rockstar
|
|
RegexpSubjectPattern="^([^_]+)_([^_]+)_([^_]+)_([^_]+)_([^_]+)_([\S]+)\s([^:]+)(.*)"
|
|
RegexpSubjectReplacement="$2: $4 $5 $6 ($7)"
|
|
from="$(mail_from)"
|
|
mailhost="$(mail_host)"
|
|
mailhostUsername="$(mail_hostUsername)"
|
|
includeDetails="true">
|
|
|
|
<cb:include href="$(users_file)"/>
|
|
|
|
<groups>
|
|
<group name="buildgrandmasters" notification="always"/>
|
|
<group name="buildmasters" notification="always"/>
|
|
<group name="developers" notification="change"/>
|
|
<group name="winners" notification="success"/>
|
|
<group name="losers" notification="failed"/>
|
|
<group name="menders" notification="fixed"/>
|
|
<group name="crashers" notification="exception"/>
|
|
</groups>
|
|
|
|
<modifierNotificationTypes>
|
|
<NotificationType>Failed</NotificationType>
|
|
<NotificationType>Fixed</NotificationType>
|
|
</modifierNotificationTypes>
|
|
|
|
</email_rockstar>
|
|
|
|
</publishers>
|