0
votes
1answer
20 views
Teamcity - Force teamcity to build on a specific agent
Is it possible, without disabling all other connected agents, to force TeamCity to build on a specific agents machine?
1
vote
2answers
129 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 …
2
votes
1answer
172 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 …
0
votes
2answers
851 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 …
4
votes
4answers
233 views
How to retrieve Build Status in XML from TeamCity
Hi there,
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 …
1
vote
4answers
684 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 …
