Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hudson : map SVN credentials to emails

I bet this is highlighted in documentation somewhere but I'm a bit lazy right now.

How do we set up mapping from SVN credentials to emails we use in notifications in case Hudson observes a failed build after a checkin? It would be nice to compare TeamCity extensive notifications setup with the same of Hudson or Jenkins.

Just some link to the proper place in the docs would do as well.

Thanks, Anton

UPD: the main problem we face now is to notify only the offender, not all developers.

like image 851
Anton Kraievyi Avatar asked Jul 28 '11 08:07

Anton Kraievyi


1 Answers

Under Post-build actions for your job, you can enable email notifications and check Send separate e-mails to individuals who broke the build.

Jenkins will accumulate user information from the SVN commits. There is possibly more dynamic ways to do this, but under People you will see user names Jenkins recognizes. You can configure the email address corresponding to each user.

This is valid for Jenkins 1.413 - don't know if this functionality is available in your Hudson version.

like image 100
Anders Lindahl Avatar answered Oct 14 '22 11:10

Anders Lindahl