I need to send an email at the end of the day from Jenkins to Sr.Manager about:
(count) Number of builds, Deployment performed for each project per day.
For instance:
Creates today: xx (count) along with user details (who called the assembly).
Dev done today: y (count) along with the details of the user (who launched the deployments).
Stage completed today: z (count) along with the details of the user (who launched the deployment).
source
share