Configure jenknis email settings
This commit is contained in:
parent
75f239ed22
commit
1bf0c6e9ba
2 changed files with 11 additions and 0 deletions
10
roles/jenkins/master/files/hudson.tasks.Mailer.xml
Normal file
10
roles/jenkins/master/files/hudson.tasks.Mailer.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<hudson.tasks.Mailer_-DescriptorImpl plugin="mailer@1.15">
|
||||
<helpRedirect/>
|
||||
<defaultSuffix>@fedoraproject.org</defaultSuffix>
|
||||
<hudsonUrl>http://jenkins.fedorainfracloud.org/</hudsonUrl>
|
||||
<adminAddress>jenkins@fedoraproject.org</adminAddress>
|
||||
<smtpHost>localhost</smtpHost>
|
||||
<useSsl>false</useSsl>
|
||||
<charset>UTF-8</charset>
|
||||
</hudson.tasks.Mailer_-DescriptorImpl>
|
|
@ -61,6 +61,7 @@
|
|||
with_items:
|
||||
- config.xml
|
||||
- credentials.xml
|
||||
- hudson.tasks.Mailer.xml
|
||||
notify:
|
||||
- restart jenkins
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue