Vlad Krylov
Vlad Krylov

Reputation: 2744

I am searching extensible mail plugin for Hudson

I want to send reports about every Hudson job build ito mail. Mail address must be get by certain rule, for example: committer - vpupkin, his mail - [email protected]. I have script which makes this transformation. Is there way to do this?

Upvotes: 0

Views: 200

Answers (4)

Peter Schuetze
Peter Schuetze

Reputation: 16305

If you are using an LDAP directory. You should be able to resolve the email address for a user through an email property of the user in the LDAP. Don't know if that also works with Active Directory (but you should be able to access your AD with the LDAP protocol).

Upvotes: 1

Vlad Krylov
Vlad Krylov

Reputation: 2744

http://wiki.hudson-ci.org/display/HUDSON/RegEx+Email+Plugin made for this plugin shell script, which generates its config

Upvotes: 0

sdmythos_gr
sdmythos_gr

Reputation: 5654

Yes, Email-Ext Plugin, as mentioned is the most feature-rich email pluggin for Hudson.

You can enable an option to mail every commiter for success, failure and other...

I don't do any transformations on the e-mails though... I am configuring the profile of every user, where I update their e-mail address using their actual one.

Upvotes: 0

William Leara
William Leara

Reputation: 10697

The Email-Ext Plugin is the most feature-rich facility for sending out email from Hudson.

For example, it can be configured to email the committer(s) who made changes since the last successful build.

Upvotes: 0

Related Questions