Can I overwrite Hudson settings 'System Admin E-mail Address' for each job?
相关问题
- Jenkins - cmd is not recognized
- When using Nokogiri, how do you suppress the inser
- Where Jenkins stores plugin configuration
- How to add sender name before sender address in py
- Android: Using Intent to send email - only offerin
相关文章
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- jenkins在window集群环境中如何部署自动化发布?
- jenkins + Publish over FTP 自动部署前端React项目
- jenkins自定打包部署React前端项目遇到的问题。
- Best way to manage docker containers with supervis
- Access BitBucket payload data in Jenkins pipeline
- How do I make a forward e-mail link?
- Jenkins Not Outputting Junit Report Info From File
Did some reading in the source at http://sorcerer.jenkins-ci.org/, and
hudson.tasks.MailSender
does not seem to consider anything but the globally configured admin email address when creating a mail.So: No.
Or: An excellent reason to write your own notification plugin. :-)