I need to send an email if my SVN commit message is missing from particular entries.
My SVN commit message would be like:
Key1 : Value1
Key2 : Value2
Key3 : Value3
Key4 : Value4
Key5 : Value5
If a developer checks the code without Value1 or Value2, the developer should get and auto-generated mail. I am using Jenkins as our build system but Jenkins doesn't provide this functionality. I would have to use some customized Emailer for this. Please suggest a way to achieve the requirement.