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.
