Groups
Groups
Sign in
Groups
Groups
ccnet-user
Conversations
About
Send feedback
Help
Error setting up Email Publisher
34 views
Skip to first unread message
alex serdyukov
unread,
Aug 1, 2015, 7:40:32 AM
8/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ccnet-user
Following script fails to work when running thought CCValidator with "Configuration is missing root <cruisecontrol> element"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<publishers>
<email from="xxxxxxxxxxxxx" mailhost="xxxxxxxxxxxxx" mailhostUsername="xxxxxxxxxxxxx" mailhostPassword="xxxxxxxxxxxxx" includeDetails="TRUE" >
<users>
<user name="Programmers" group="developers" address="xxxxxxxxxxxxx" />
</users>
<groups>
<group name="developers">
<notifications>
<notificationType>Change</notificationType>
</notifications>
</group>
</groups>
<modifierNotificationTypes>
<NotificationType>Failed</NotificationType>
<NotificationType>Fixed</NotificationType>
</modifierNotificationTypes>
<subjectSettings>
<subject buildResult="Fixed" value="Build fixed for ${CCNetProject}" />
<subject buildResult="Broken" value="Build broken for ${CCNetProject} (${CCNetBuildDate} ${CCNetBuildTime}, last checkin(s) by ${CCNetFailureUsers})" />
</subjectSettings>
</email>
</publishers>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Also tried this to no avail :
<publishers>
<email>
<from>xxxxxxxxxxxxx</from>
<mailhost>xxxxxxxxxxxxx</mailhost>
<users>
<user name="Programmers" group="developers" address="xxxxxxxxxxxxx" />
</users>
<groups>
<group name="developers">
<notifications>
<notificationType>Change</notificationType>
</notifications>
</group>
</groups>
<modifierNotificationTypes>
<NotificationType>Failed</NotificationType>
<NotificationType>Fixed</NotificationType>
</modifierNotificationTypes>
<subjectSettings>
<subject buildResult="Fixed" value="Build fixed for ${CCNetProject}" />
<subject buildResult="Broken" value="Build broken for ${CCNetProject} (${CCNetBuildDate} ${CCNetBuildTime}, last checkin(s) by ${CCNetFailureUsers})" />
</subjectSettings>
</email>
<xmllogger />
</publishers>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Reply all
Reply to author
Forward
0 new messages