TeamCity is a user-friendly continuous integration (CI) server for professional developers and build engineers, like ourselves. It is trivial to setup and absolutely free for small teams.
Questions tagged [teamcity]
82 questions
0
votes
1 answer
How do I reset a PowerShell build step script to use the template?
I have a build script template that does all the usual build script things: sets up a bunch of parameters, configures various config values, and runs a PowerShell script to run a build step. This template is inherited by a handful of build steps…

Mason Wheeler
- 111
- 5
0
votes
0 answers
Why does my nightly TeamCity build fail, when it builds successfully during daytime?
I have a local TeamCity installation on my work PC. I've set up TeamCity to pull and build nightly.
Checking the build logs, I can see that it is failing to collect changes whenever this build trigger happens. If I trigger the build manually, it…

afarley
- 213
- 2
- 9
0
votes
1 answer
Can Teamcity select agents by regex matching build parameter value?
I have a number of Teamcity Agents, some in a remote location.
Both locations have a default app server instance to test clients against, but we also have some experimental app servers that only run here.
Developers wanting an experimental server…

Tim Baverstock
- 103
- 4
0
votes
1 answer
Teamcity doesn't work after restart - Could not initialize class sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder
I just installed teamcity and I was able to create Admin account etc., But as soon as I restart the teamcity service, I can no longer connect to teamcity. Here is the error I see..
Can someone shed some info on what this error means? Any info you…

user630702
- 495
- 10
- 32
0
votes
1 answer
Teamcity - package javax.servlet does not exist
How do I import javax.servlet in Teamcity? I have the below error message when I try to build the java project through teamcity IntelliJ IDEA runner.
This is my first time with teamcity and I'm using this…

user630702
- 495
- 10
- 32
-1
votes
1 answer
TeamCity Upgrade Issue
We are trying to migrate our production TeamCity from version 9.1.4 to version 10.0.5 The upgrade process works well and everything works once I get onto the web UI. The problem is that, after a couple of minutes the build queue suddenly starts to…

Nare
- 55
- 2
- 10
-1
votes
1 answer
Authenticate Teamcity against LDAP using StartTLS
I am running a 6.5 version of Teamcity on a Debian Squeeze server and I use OpenLDAP to authenticate users.
I know I can use LDAPS to be able to use encrypted password authentication, however this has been deprecated by the OpenLDAP developers, see:…

aseq
- 4,610
- 1
- 24
- 48