There are two ways you can do this: 1) Create a groovy script in email-templates that gets the information and use the SCRIPT token to reference that script in your subject 2) Use a pre-send script to modify the subject line
Either option would work, neither has any real drawbacks that I can think of. slide On Thu, Aug 8, 2013 at 9:05 AM, Steven Deal <[email protected]> wrote: > My project uses the extended email plugin. I have the content of the email > built from a groovy template. A recent request was to provide a quick > summary count of the number of files changed in the build on the subject > line. I don't think there's a macro for this like we have for say > TEST_COUNTS. > > Anyone out there know of a way to get this quickly? > > The only way I can think of would be to 1) Add a token macro like we have > for TEST_COUNTS, etc. (really don't want to create a patch). > 2) somehow get the subject field during the processing of my groovy script > and modify it, adding this count > > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Website: http://earl-of-code.com -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
