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

Key: QB-38
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Duplicate
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

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

Set up default domain for email notification

Created: 06/Mar/06 03:56 PM   Updated: 17/Feb/07 05:43 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Is it possible to do this? If I include the <users who checked in since last success build> in the Notifier Step and someone who does not have an account within QuickBuild submits new code, the build will fail with:

java.lang.RuntimeException: User "micking" not found.
at com.pmease.quickbuild.step.NotifyStep.getCheckinUsers(NotifyStep.java:148)
at com.pmease.quickbuild.step.NotifyStep.run(NotifyStep.java:63)
at com.pmease.quickbuild.step.Step.trigger(Step.java:161)
at com.pmease.quickbuild.step.SerialStep.triggerMembers(SerialStep.java:35)
at com.pmease.quickbuild.step.CompositeStep.run(CompositeStep.java:129)
at com.pmease.quickbuild.step.Step.trigger(Step.java:161)
at com.pmease.quickbuild.model.Configuration.performBuild(Configuration.java:1249)
at com.pmease.quickbuild.model.Configuration.trigger(Configuration.java:978)
at com.pmease.quickbuild.triggeringinstance.ManualTriggeringInstance.execute(ManualTriggeringInstance.java:41)
at com.pmease.quickbuild.model.Queue$BuildRunner.run(Queue.java:221)
at java.lang.Thread.run(Thread.java:534)

Since the account is not recognized by QuickBuild, it breaks. Is there a way to create a default email domain, so that when QuickBuild encounters an account that checked in source code but is not mapped to a user in QuickBuild, QuickBuild will append the default email domain of "@res.developers.com", or whatever default I choose.

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.