-
Notifications
You must be signed in to change notification settings - Fork 0
/
hudson.plugins.emailext.ExtendedEmailPublisher.xml
35 lines (34 loc) · 1.41 KB
/
hudson.plugins.emailext.ExtendedEmailPublisher.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version='1.1' encoding='UTF-8'?>
<hudson.plugins.emailext.ExtendedEmailPublisherDescriptor plugin="[email protected]">
<mailAccount>
<smtpPort>25</smtpPort>
<useSsl>false</useSsl>
<useTls>false</useTls>
<advProperties></advProperties>
<defaultAccount>true</defaultAccount>
</mailAccount>
<addAccounts/>
<charset>UTF-8</charset>
<defaultContentType>text/plain</defaultContentType>
<defaultSubject>$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!</defaultSubject>
<defaultBody>$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:
Check console output at $BUILD_URL to view the results.</defaultBody>
<defaultPresendScript></defaultPresendScript>
<defaultPostsendScript></defaultPostsendScript>
<defaultClasspath/>
<defaultTriggerIds>
<string>hudson.plugins.emailext.plugins.trigger.FailureTrigger</string>
</defaultTriggerIds>
<emergencyReroute></emergencyReroute>
<maxAttachmentSize>-1</maxAttachmentSize>
<recipientList></recipientList>
<defaultReplyTo></defaultReplyTo>
<allowedDomains></allowedDomains>
<excludedCommitters></excludedCommitters>
<listId></listId>
<precedenceBulk>false</precedenceBulk>
<debugMode>false</debugMode>
<requireAdminForTemplateTesting>false</requireAdminForTemplateTesting>
<enableWatching>false</enableWatching>
<enableAllowUnregistered>false</enableAllowUnregistered>
</hudson.plugins.emailext.ExtendedEmailPublisherDescriptor>