Files
2025-09-29 00:52:08 +02:00

38 lines
1.3 KiB
XML
Executable File

<publishers xmlns:cb="urn:ccnet.config.builder">
<xmllogger logDir=".\buildlogs"/>
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
<!-- adds a simple rss feed xml file to the $(artifacts_dir) -->
<rss />
<cb:include href="parcodegen_ci_stats.xml"/>
<email_rockstar
RegexpSubjectPattern="^([^_]+)_([^_]+)_([^_]+)_([^_]+)_([^_]+)_([\S]+)\s(.+):(.+)"
RegexpSubjectReplacement="$1 $2: $3 $4 $5 $6 ($7)"
from="$(mail_from)"
mailhost="$(mail_host)"
mailhostUsername="$(mail_hostUsername)"
includeDetails="true">
<cb:include href="parcodegen_ci_users.xml"/>
<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>
</modifierNotificationTypes>
</email_rockstar>
</publishers>