forked from HariSekhon/DevOps-Bash-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.teamcity.vcs.json
57 lines (57 loc) · 1.25 KB
/
.teamcity.vcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "TeamCity",
"name": "TeamCity",
"vcsName": "jetbrains.git",
"href": "/httpAuth/app/rest/vcs-roots/id:TeamCity",
"project": {
"id": "_Root",
"name": "<Root project>",
"description": "Contains all other projects",
"href": "/httpAuth/app/rest/projects/id:_Root",
"webUrl": "http://localhost:8111/project.html?projectId=_Root"
},
"properties": {
"count": 9,
"property": [
{
"name": "agentCleanFilesPolicy",
"value": "ALL_UNTRACKED"
},
{
"name": "agentCleanPolicy",
"value": "ON_BRANCH_CHANGE"
},
{
"name": "authMethod",
"value": "ANONYMOUS"
},
{
"name": "branch",
"value": "master"
},
{
"name": "ignoreKnownHosts",
"value": "true"
},
{
"name": "submoduleCheckout",
"value": "CHECKOUT"
},
{
"name": "url",
"value": "https://github.com/HariSekhon/TeamCity-CI"
},
{
"name": "useAlternates",
"value": "true"
},
{
"name": "usernameStyle",
"value": "USERID"
}
]
},
"vcsRootInstances": {
"href": "/httpAuth/app/rest/vcs-root-instances?locator=vcsRoot:(id:TeamCity)"
}
}