Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
Jenkins 1.638
email-ext 2.47
Description
Currently, everytime email content is saved to workspace its filename will follow this pattern:
triggername-buildidrandomnumber.[txt|html]
instead of specified in label description
Check this to enable saving the generated email content to a file in the workspace. The file will be named "triggername-buildid.[txt|html].
This should be changed as BUILD_ID actually represents BUILD_NUMBER and it's unique. Also some build process may need to know filename in order to be passed to other plugins.
Code changed in jenkins
User: Cristian Uroz
Path:
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
http://jenkins-ci.org/commit/email-ext-plugin/186435cd8139eb99656b76f60b63dd698cfa27b9
Log:
JENKINS-37350Don't use random for File name in Save to Workspace option (#138)