Mv Harish
Mv Harish

Reputation: 1

Resolving SVN userids to email address in hudson using email-ext plugin

I have tried using Hudson's Email ext plugin by selecting "Include the culprits" but it gives only the svn id for which i should be able to resolve as email address.How to do it in Hudson?

Upvotes: 0

Views: 332

Answers (1)

Dipu H
Dipu H

Reputation: 2430

By default the email extension plugin will try to send mail to [email protected]. In order to send mail to the correct id, either you should reconfigure svn access using email id or you should provide email address for each users under "user configuration" in Hudson. You can do this via GUI. Hudson >> People >> User >> Configure >> provide the correct email address and save.

Upvotes: 2

Related Questions