我想CCNET設置爲:CruiseControl.NET電子郵件出版商問題
- 將郵件發送到提交者每個版本後(無論地位)
- 將郵件發送到所有其他開發者,當生成中斷或固定
隨着CCNET的每一個新版本的電子郵件出版商被重構的(而且據稱改善),但我仍然有同樣的問題:只有提交者得到通知 - 如果生成中斷,其他開發商不收到電子郵件。所以要麼我沒有得到這個系統,要麼在電子郵件發佈者中有一個長期未定義的錯誤。
我正在使用v1.4.4.83。我的示例配置(我刪除了不相關的東西):
<email
includeDetails="true">
<users>
<user name="user1" address="[email protected]" group="developers" />
<user name="user2" address="[email protected]" group="developers" />
</users>
<groups>
<group name="developers">
<notifications>
<notificationType>Failed</notificationType>
<notificationType>Fixed</notificationType>
</notifications>
</group>
</groups>
<modifierNotificationTypes>
<NotificationType>Always</NotificationType>
</modifierNotificationTypes>
</email>
這看起來像一個功能之前沒有人需要,請你張貼到http://jira.public.thoughtworks.org/browse/CCNET? – skolima 2009-06-24 08:25:38
有趣的是 - 這在CCNet以前的版本中實際上是可能的(我記得1.3)。 – 2009-06-24 09:42:23