I am trying to set up a dummy build configuration which does nothing apart from building other projects (build configurations) in Teamcity. I have 4 build configurations which are getting built perfectly fine without any issues. All these 4 build configurations are actually from 3 different SVN repositories
looks like the below structure.
- build configuraiton A - http://svn.example.com/repo1/folderA
- build configuraiton B - http://svn.example.com/repo2/folderB/folderxyxz
- build configuraiton C - http://svn.example.com/repo1/folderC
- build configuraiton D - http://svn.example.com/repo3/folderD/folderabcd
I would like to create a dummy build configuration and make sure that, when I run this dummy build, it should build all the builds from A to D. How can i achieve this ? I know about snapshot dependency, but I heard that all the build configurations should be from same svn repo. I might be wrong, please correct me..
For your information, I am using TeamCity Professional 8.1.4