Re: How to use the saveOutput option of emailext plugin in a pipeline

2019-03-28 Thread Jinlxz Liu
Thank you, Victor On Thursday, March 28, 2019, Victor Martinez wrote: > I just raised https://issues.jenkins-ci.org/browse/JENKINS-56794 > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving

Re: How to use the saveOutput option of emailext plugin in a pipeline

2019-03-28 Thread Victor Martinez
I just raised https://issues.jenkins-ci.org/browse/JENKINS-56794 -- 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. T

Re: How to use the saveOutput option of emailext plugin in a pipeline

2019-03-28 Thread Victor Martinez
You are right! I took the wrong path to search for the code but without reading the specific code for the pipeline itself. So it's not supported I'm afraid! Sorry If I mislead you -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: How to use the saveOutput option of emailext plugin in a pipeline

2019-03-27 Thread Jinlxz Liu
Hi Victor, I checked the workspace after the pipeline job was executed, but there was no html file under it. I added some loggers to capture the logs of emailext plugin and executed the plugin again, I received the email, but no output was captured for the logger, the configuration is as follows:

Re: How to use the saveOutput option of emailext plugin in a pipeline

2019-03-27 Thread Victor Martinez
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 -.html, further details about the implementation: - https://github.com/jen

How to use the saveOutput option of emailext plugin in a pipeline

2019-03-27 Thread Oxygen
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. emaile