We would like to setup jenkins such that we can run all pants tests targets in our monorepo when a change lands. The simplest way is to write a script that would run the selected test targets and jenkins would run that script. However, such a script would need constant maintenance everytime a new module is added. Is there a simpler way of doing this?