Our build process generates a couple of files (with extension .file for sake of argument) that are automatically checked into git at the end of the process. This checkin triggers a new build so we have an infinite loop of builds triggering each other.
I have tried to solve this by using the following exclusion based build trigger options but neither seems to work:
-:**.file
-:comment=^automated checkin$:**
Is there something obvious I am missing?