Skip to content

Commit 9ddbbb7

Browse files
Added build statistics url.
1 parent 788b34c commit 9ddbbb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BuildMonitor/AppSettings.config

+2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
<add key="ClientValidationEnabled" value="true"/>
66
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
77
<add key="owin:AutomaticAppStartup" value="false"/>
8+
89
<!-- TeamCity setup -->
910
<add key="teamcity_username" value="set_your_username"/>
1011
<add key="teamcity_password" value="set_your_password"/>
1112
<add key="teamcity_api_url" value="http://set_your_teamcity_url"/>
1213
<add key="teamcity_api_projects" value="/httpAuth/app/rest/projects"/>
1314
<add key="teamcity_api_buildtypes" value="/httpAuth/app/rest/buildTypes"/>
1415
<add key="teamcity_api_buildstatus" value="/httpAuth/app/rest/buildTypes/id:{0}/builds/branch:(default:any)"/>
16+
<add key="teamcity_api_buildstatistics" value="/httpAuth/app/rest/builds/id:{0}/statistics"/>
1517
<add key="teamcity_api_runningbuilds" value="/httpAuth/app/rest/builds?locator=running:true,branch:(default:any)"/>
1618
<add key="teamcity_api_buildqueue" value="/httpAuth/app/rest/buildQueue"/>
1719
</appSettings>

0 commit comments

Comments
 (0)