Is it possible to pass data generated by the script executed in the 'Execute shell' build step and insert it into the email report. I'm using the email-ext plugin and a Jelly template.
How to insert external data in the Jenkins email report?
1.6k Views Asked by ddario At
2
Use EnvInject plugin to propagate your variables "to the outside". Here is how you can do it.