File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
<add key =" ClientValidationEnabled" value =" true" />
6
6
<add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
7
7
<add key =" owin:AutomaticAppStartup" value =" false" />
8
+
8
9
<!-- TeamCity setup -->
9
10
<add key =" teamcity_username" value =" set_your_username" />
10
11
<add key =" teamcity_password" value =" set_your_password" />
11
12
<add key =" teamcity_api_url" value =" http://set_your_teamcity_url" />
12
13
<add key =" teamcity_api_projects" value =" /httpAuth/app/rest/projects" />
13
14
<add key =" teamcity_api_buildtypes" value =" /httpAuth/app/rest/buildTypes" />
14
15
<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" />
15
17
<add key =" teamcity_api_runningbuilds" value =" /httpAuth/app/rest/builds?locator=running:true,branch:(default:any)" />
16
18
<add key =" teamcity_api_buildqueue" value =" /httpAuth/app/rest/buildQueue" />
17
19
</appSettings >
You can’t perform that action at this time.
0 commit comments