forked from HariSekhon/Nagios-Plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.teamcity.vcs.ssh.json
65 lines (65 loc) · 1.38 KB
/
.teamcity.vcs.ssh.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
58
59
60
61
62
63
64
65
{
"id": "TeamCity",
"name": "TeamCity",
"vcsName": "jetbrains.git",
"href": "/app/rest/vcs-roots/id:TeamCity",
"project": {
"id": "_Root",
"name": "<Root project>",
"description": "Contains all other projects",
"href": "/app/rest/projects/id:_Root",
"webUrl": "http://localhost:8111/project.html?projectId=_Root"
},
"properties": {
"count": 11,
"property": [
{
"name": "agentCleanFilesPolicy",
"value": "ALL_UNTRACKED"
},
{
"name": "agentCleanPolicy",
"value": "ON_BRANCH_CHANGE"
},
{
"name": "authMethod",
"value": "TEAMCITY_SSH_KEY"
},
{
"name": "branch",
"value": "refs/heads/master"
},
{
"name": "ignoreKnownHosts",
"value": "true"
},
{
"name": "submoduleCheckout",
"value": "CHECKOUT"
},
{
"name": "teamcitySshKey",
"value": "VCS SSH Key"
},
{
"name": "url",
"value": "github.com:HariSekhon/TeamCity-CI"
},
{
"name": "useAlternates",
"value": "true"
},
{
"name": "username",
"value": "git"
},
{
"name": "usernameStyle",
"value": "USERID"
}
]
},
"vcsRootInstances": {
"href": "/app/rest/vcs-root-instances?locator=vcsRoot:(id:TeamCity)"
}
}