It should be stored in the root path of the workspace, according to the docs: https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/webapp/help/projectConfig/saveOutput.html#L3
The name of the file would be <trigger>-<buildId>.html, further details about the implementation: - https://github.com/jenkinsci/email-ext-plugin/blob/e73d9f411b8d237de7125502fd4ba991d9faa9e1/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java#L914 Did you use the above snippet within the node section? If it doesn't work you might need to add some loggers to validate what's going on. https://wiki.jenkins.io/display/JENKINS/Logging likely the name of the class to debug is: hudson.plugins.emailext.ExtendedEmailPublisher -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/47f8f443-3950-4aaf-9b14-ed16ab87eacd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
