I have to get an email that will display the final change done by GIT. It should be well formatted like gitub (+ green, - red).
This is what I've done so far:
- Configure Junkins to check every 5 minutes, change the changes, and send an email.
- The 'Jenkins Email Extension Plugin' was installed, it was configured to work with a custom 'jelly' template, which also sends console output to email.
- I added a script to run 'Limit Show'.
In this way, I get the output of 'Git Show' on the email every 5 minutes, if the code changes within this time.
Whatever is missing is as follows:
- If two drawbacks come within 5 minutes, then it is only the last one. I think what the GIT show does, I need all the changes from the existing code, not all changes from the previous commitments.
- This is not well formatted. It's just a plain text
I appreciate any help here. Thank you.
git diff --color @ {tomorrow} (or whenever the last Bridges / differences were of interest) works well for me ...
No comments:
Post a Comment