Search code examples
hudsonjenkinsjelly

How to insert external data in the Jenkins email report?


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.


Solution

  • Use EnvInject plugin to propagate your variables "to the outside". Here is how you can do it.