forked from opensecuritycontroller/osc-jenkins-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hudson.plugins.emailext.ExtendedEmailPublisher.xml
26 lines (26 loc) · 1.25 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
<?xml version='1.0' encoding='UTF-8'?>
<hudson.plugins.emailext.ExtendedEmailPublisherDescriptor plugin="[email protected]">
<useSsl>false</useSsl>
<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>
<maxAttachmentSize>-1</maxAttachmentSize>
<recipientList>[email protected], [email protected]</recipientList>
<defaultReplyTo></defaultReplyTo>
<excludedCommitters></excludedCommitters>
<overrideGlobalSettings>true</overrideGlobalSettings>
<precedenceBulk>false</precedenceBulk>
<debugMode>false</debugMode>
<requireAdminForTemplateTesting>false</requireAdminForTemplateTesting>
<enableWatching>false</enableWatching>
<enableAllowUnregistered>false</enableAllowUnregistered>
</hudson.plugins.emailext.ExtendedEmailPublisherDescriptor>