In Jenkins-pipelines there is the concept of Shared Libraries, where you can have parts of the pipeline extracted into another class to re-use in multiple other Jenkinsfile
's.
I am new to TeamCity and following this post to set up a Configuration Script.
I have multiple repositories where the pipelines will be the same => eg. Build, Test, Deploy
. I do not want to create many scripts where they will be mostly identical apart from SCM URL.
Is it possible to inherit/import a script into another script in TeamCity to keep repetition to a minimum?