Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: email-ext-plugin
-
Labels:None
-
Similar Issues:
Description
It would be useful if this plugin could produce emails with file attachments. One way to do it would be to be able to specify a config file in the workspacethat would have lines of this form:
filename, mime_type, description
If there is no description, the filename would be used.
If this file was missing from the workspace there would be no attachments.
Attachments
Issue Links
- is duplicated by
-
JENKINS-10361 Extended email plugin should support attaching a file via a new token ${ATTACH_FILE, path}
-
- Closed
-
I like this feature request. It s a good idea to attach let's say maybe a screenshot or a report.txt which the job creates.
I can see the use cases which could help us in the past where we wanted to incorporate more information and files to the email generated.
I am going to implement this to be able to choose one of the artifacts to attach to the email only if the size is less than some standard 2 or 4mb or sth.
probably this also helps those users in the company who dont have access to vpn network or they want to see the summary without logging in to jenkins