Hi,

The emailext plugin has a option saveOutput  to save the email body to a 
file, I want to use this plugin with this option in a pipeline, what is the 
parameter name passed to the call in a pipeline? I tried the following 
call, but it didn't work, no file is saved under the workspace.

emailext body: '${SCRIPT, template="pipeline_summary.template"}', mimeType: 
'text/html', replyTo: 'no-re...@test.com', subject: '${DEFAULT_SUBJECT}', 
saveOutput: true, to: 't...@test.com'

Thanks.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/41ffe523-35f1-4645-9ad3-1b21c39f9a09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to