|
|
Hi,
Im trying to setup Cradiator usingTeamCity however im not sure about the value of the
projectId
to set in the configuration file. How do i now what this value should be?
<views>
<view
url="http://teamcity/guestAuth/cradiator.html?projectId=1"
skin="StackPhoto"
project-regex=".*"
category-regex=".*"/>
</views>
Thanks.
|
|
|
|
I've never used Team City, so I can not help here,
sorry ...
with kind regards
Ruben Willems
On 13 March 2012 18:10, Avikage <notifications@codeplex.com> wrote:
From: Avikage
Hi,
Im trying to setup Cradiator usingTeamCity however im not sure about the value of the
projectId to set in the configuration file. How do i now what this value should be?
<views>
<view
url="http://teamcity/guestAuth/cradiator.html?projectId=1"
skin="StackPhoto"
project-regex=".*"
category-regex=".*"/>
</views>
Thanks.
|
|
Coordinator
Mar 19, 2012 at 5:16 AM
Edited Mar 19, 2012 at 5:16 AM
|
I didn't know first up, but when I right-click on a TeamCity project URL in my browser and copy the link, it gives me:
http://teamcity/project.html?projectId=project2&tab=projectOverview
Which has a projectId in it (project2)
|
|