Tagged Questions
7
votes
3answers
3k views
How do I setup TeamCity for public access over https?
How do I setup TeamCity 4.0 so that I can access it over port 443 on the internet? e.g. https://teamcity.mydomain.com
I am running IIS 7 on the same server that TeamCity is installed. I see two ...
6
votes
1answer
1k views
How can you link version numbers between build configurations of a TeamCity project?
I'd like to have 3 distinct builds within a TeamCity project (Development, QA, Production). With the dependencies linked (Production can't build without a successful QA, and QA can't build without a ...
4
votes
5answers
871 views
How to retrieve Build Status in XML from TeamCity
I need to retrieve the Build Status from TeamCity in the form of XML, RSS format would be ideal.
I am familiar with the RSS feed within Teamcity but that is of no use as it is more of a history view. ...
1
vote
2answers
338 views
Reinstall TeamCity when Tomcat becomes corrupt
I've got a TeamCity 4 installation where tomcat has bit the dust with the following error "The APR Based Apache Tomcat Native library which allows for optimal performance in production environments ...
0
votes
0answers
14 views
Upgrade Teamcity from version 4 to 6 without losing build history
Does anyone have experience of upgrading Teamcity server from version 4 to version 6 without losing all the build history?
Since I am not able to run a direct upgrade on our existing Teamcity server ...
0
votes
2answers
2k views
C# Object Initializers and v2.0 compiler error
I'm having an issue setting up one of my projects in TeamCity (v4.0), specifically when it comes to using Object Initializers.
The project builds fine normally, however it would seem that TeamCity ...