Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
121 additions
and 16 deletions.
- +34 −7 src/main/java/hudson/plugins/emailext/AttachmentUtils.java
- +28 −0 src/main/java/hudson/plugins/emailext/EmailType.java
- +30 −3 src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
- +3 −0 src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
- +8 −6 src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/config.jelly
- +12 −0 src/main/resources/hudson/plugins/emailext/tags/mailtype.jelly
- +3 −0 src/main/resources/hudson/plugins/emailext/tags/mailtype.properties
- +3 −0 src/main/webapp/help/projectConfig/attachBuildLog.html
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,3 @@ | ||
description=Can use wildcards like ''module/dist/**/*.zip''. \ | ||
See the <a href="{0}">@includes of Ant fileset</a> for the exact format. \ | ||
The base directory is <a href="ws/">the workspace</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,3 @@ | ||
<div> | ||
Check this to enable attaching the log from the build to the email. | ||
</div> |