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
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
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
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:
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
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