Skip to content

Commit 3428410

Browse files
committed
added .teamcity.vcs.json
1 parent 77e70ae commit 3428410

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.teamcity.vcs.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"id": "TeamCity",
3+
"name": "TeamCity",
4+
"vcsName": "jetbrains.git",
5+
"href": "/httpAuth/app/rest/vcs-roots/id:TeamCity",
6+
"project": {
7+
"id": "_Root",
8+
"name": "<Root project>",
9+
"description": "Contains all other projects",
10+
"href": "/httpAuth/app/rest/projects/id:_Root",
11+
"webUrl": "http://localhost:8111/project.html?projectId=_Root"
12+
},
13+
"properties": {
14+
"count": 9,
15+
"property": [
16+
{
17+
"name": "agentCleanFilesPolicy",
18+
"value": "ALL_UNTRACKED"
19+
},
20+
{
21+
"name": "agentCleanPolicy",
22+
"value": "ON_BRANCH_CHANGE"
23+
},
24+
{
25+
"name": "authMethod",
26+
"value": "ANONYMOUS"
27+
},
28+
{
29+
"name": "branch",
30+
"value": "master"
31+
},
32+
{
33+
"name": "ignoreKnownHosts",
34+
"value": "true"
35+
},
36+
{
37+
"name": "submoduleCheckout",
38+
"value": "CHECKOUT"
39+
},
40+
{
41+
"name": "url",
42+
"value": "https://github.com/HariSekhon/TeamCity-CI"
43+
},
44+
{
45+
"name": "useAlternates",
46+
"value": "true"
47+
},
48+
{
49+
"name": "usernameStyle",
50+
"value": "USERID"
51+
}
52+
]
53+
},
54+
"vcsRootInstances": {
55+
"href": "/httpAuth/app/rest/vcs-root-instances?locator=vcsRoot:(id:TeamCity)"
56+
}
57+
}

0 commit comments

Comments
 (0)