...
Code Block | ||
---|---|---|
| ||
object Project_Sources : GitVcsRootKVcsRoot({ uuid = "uuid" extId = "Project_Sources" name = "Sources" param("url", "http://acme.com/repo.git") param("branch", "refs/heads/master") param("teamcity:branchSpec", "+:refs/heads/*") param("usernameStyle", "USERID") param("reportTagRevisions", "true") }) |
...