Reputation: 20360
I am using hudson right now for various projects. The CI server runs several disparate projects and I would prefer to get emails from the corresponding domain for that project (I have multiple ventures going and would prefer not to run VMs or 2 machines just to run another instance of hudson)
If this is not possible no big deal - I was just hoping that each project could be published from its own email account.
But I have not seen a way to do that.
Upvotes: 3
Views: 310
Reputation: 16615
Looks like that even the most advanced (to my knowledge) Jenkins e-mail plugin - Email-Ext Plugin - does not provide such functionality.
You may, however, use that plugin to play with your subject line per job, so that you may include the domain info as the subject prefix.
Upvotes: 2