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
1
vote
2 answers
Install and configure SSL with TeamCity using cert generated from a global CA
UPDATE:
Updated to be more specific with what I'm dealing with.
I thought I was on the right path before, but now things just feel more obscure.
I have no experience with Apache/Tomcat/Whatever TeamCity is running under, pretty much only worked in…

Adam
- 205
- 4
- 14
1
vote
2 answers
Tomcat Server won't respond on port 80
I'm standing up a TeamCity server that's running it's own embedded Tomcat instance on Amazon EC2.
I have successfully gotten the instance to respond on port 8111 or 8080, but when I try to change the port to 80 I can't get it to respond on that…

Joseph
- 1,746
- 3
- 19
- 22
1
vote
2 answers
Running TeamCity and YouTrack on same server and same port?
I want to run both on the same server(ubuntu linux) using the self contain jars (if that's what they are called) downloaded from jetbrains.com. I think they run some internal tomcat/catalina server using java.
I've been running these on different…

fredrik
- 113
- 1
- 7
1
vote
1 answer
TeamCity upgrade fails with "Can't take exclusive lock when db lock is not held"
When upgrading to TeamCity 2023.05 (using the Docker image), I received the error "Can't take exclusive lock when db lock is not held" and the detailed instruction:
java.lang.IllegalStateException: Can't take an exclusive lock when db lock is…

vpetersson
- 861
- 1
- 11
- 22
1
vote
0 answers
Teamcity does not clean-up logs when clean-up rules are adjusted
So I have a project with large amount of build logs which previously inherited "delete after 91 days" rule from grandparent project.
I am adding the specific "delete after 31 days" rule to this project via Kotlin DSL configuration and it is…

alamar
- 69
- 9
1
vote
2 answers
Teamcity Versioned Settings: how to make use of Tokens
When storing configuration in VCS as Kotlin DSL, you're not supposed to hard code passwords and tokens, instead the "Tokens" should be used. The problem is, it's not documented properly.
Let's imagine I have a token…

alamar
- 69
- 9
1
vote
1 answer
Authorizing docker for TeamCity agent under Windows 10
I have:
TeamCity CI
TeamCity agent, installed in Windows 10 as a Windows service
Some Java projects with integration tests, based on TestContainers framework.
Sonatype Nexus instance, configured as private docker registry
TestContainers based…

skapral
- 113
- 4
0
votes
1 answer
Unable to access TeamCity when running under port 80
After completing a fresh install of TeamCity and attempting to run TeamCity on a different port than the default (8111) using the below configuration in the /conf/server.xml: