History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-395
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: jason
Reporter: Oliver Fink
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

e-mail to committer on failed build

Created: 19/May/06 04:06 PM   Updated: 23/May/06 02:58 PM
Component/s: Notifications
Affects Version/s: None
Fix Version/s: 1.0.4


 Description  « Hide
it should be possible to send an e-mail automatically to the committer of a failed build. Ie. bob checks something in, and the system would send an e-mail to bob@company.com (and a project specific list of other contacts for escalation) that his commit failed to build.

additional brownie points for LDAP integration or committer-to-email mapping configuration, but I don't feel it's really that neccessary.

 All   Comments   Change History      Sort Order:
jason - 23/May/06 05:48 AM
The current notification/subscription system allows subscribing to failed builds, which allows the "escalation" referred to above. It does not, however, allow subscribing based on who made the change. To allow this I propose the addition of a "changed by me" notification condition, and increased flexibility in choosing conditions.

jason - 23/May/06 02:58 PM
Implemented in change 1402.

You can now create arbitrarily complex conditions using simple boolean expressions. I have also added a new primitive condition "changed.by.me" to address the specific problem raised here. By setting the condition to:

changed.by.me and not success

you can subscribe to all builds you have broken. A drop-down is still provided for all common conditions, including this one.