I'm currently working on automating deployments of our mongodb shell scripts when we have database updates in a release. I am fairly new to Jenkins. I was wondering if anybody has experience getting Jenkins to run only new or updated scripts in a folder? My current idea is that Jenkins would (as part of a build) only run those scripts which have been added or changed since the last build.
If there are other better ways to achieve this kind of automated deployment of mongo updates in a release, I would be happy to hear them.
Thanks,
-Christopher O'Grady-