I have a multi job project, we will call it ProjectA that automates a financial reporting cycle. ProjectB is another job, I have as part of ProjectA that loads files into a database. I want to use the Files Found Trigger plugin for projectB to poll for the existence of certain files, but don't want that polling to begin until projectA builds projectB. From what I am seeing, your only option with the Files Found Trigger is to setup a cron schedule and have it just poll based on that. Is this possible?