We are having a build script which will be running every day morning at 5 AM.
It will blindly run even if no changes made. Now we would like to add this intelligence to our script.
I need to verify in a particular folder whether any checkin has happened previous day. If so trigger the build and send notification else send notification mail saying no changes done previous day and you can use earlier day build itself.
Assume , My folder is "Myproj/Coding". There are many other folders like "MyProj/Documentation" ,"MyProj/Deployment". I need to check only in the coding folder for changes made at previous day.