Jiri Petruzelka
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Rest API find projects by VCS settings root
AnsweredHi, is there some more detailed documentation regarding locators? Alternatively is it possible to somehow find Projects that use a certain VCS root for Versioned settings? Given we have VCS root ID... -
Edited [SOLVED] Pom.xml dependency version
Hi, This is somewhat straying outside scope of TeamCity, but... We have created our own set of base kotlin scripts and added it as a dependency into pom.xml file. This actually works well, but it s... -
Edited [SOLVED] Kotlin how to fill Dependencies object
Hi, in regular Kotlin notation there is object SomeBuild: BuildType({ dependencies { snapshot(SomeOtherBuild) { }} if we wanted to have it based on some class class SomeBuildTemplate...