Hi folks,
Newbie question here
I am looking into Pants to help control jenkinsfile sprawl across hundreds of repos and trying to see how to use pants to encapsulate the build logic. Question for the pants community
• we have many repos and at the moment there is zero appetite for a monorepo. lets say I have 10 repos for 10 java/gradle applications. Should I copy/paste the pants.tom across these 10 repos or is there a better way to share pants toml configs across repos
• now lets say I have many repos for various applications across different frameworks (python, ios, java, etc). Should we have language/frameworks specific pants.toml or is there some way to have all of them group together somehow