trying to simplify our project pipelines.
Is it possible to link or include the tk-multi-publish2.yml (or any of those for that matter) from somewhere else?
So instead of me editing those files individually in each pipeline setup I would load them from somewhere else which is 1 master file.
This allows per project customisation if needed but if not needed it simplifies it all and I can keep things like the publisher up to date among many project at the same time.
As the includes can be resolved with an environment variable, you could set it to point anywhere you like, not just the same config (I’m pretty sure it doesn’t need to be a relative path). So you could have a central location for your settings and point to that.