Questions tagged [teamcity]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historically related to Hudson) and CruiseControl.

It was first released on October 2, 2006. TeamCity is commercial software and licensed under a proprietary license. A Freemium license for up to 20 build configurations and 3 free Build Agent licenses is available.


**Tagging recommendation:**
It is recommended to use the tag together with the version specific tag, f.e. , .
**Resources:**
6095 questions
3
votes
1 answer

TeamCity - Where is the automation

We installed TeamCity and TFS and they work fine. My question is how are these two supposed to make our workflow efficient? Once I make changes to code on my dev machine, I have to go to TeamCity UI to run the builds and tests? Where is the…
ZVenue
  • 4,967
  • 16
  • 61
  • 92
3
votes
1 answer

How to install docker on teamcity build agent

On my windows server 2022, I recently installed Teamcity Professional 2022.10 (build 116751) using the windows installer, and once I got it up and running I an agent through 'Install Agent' in the GUI, again using the windows installer. I then…
Runey
  • 179
  • 1
  • 10
3
votes
1 answer

TeamCity - Compliation errros (third party reference assemblies and namespaces)

I have TeamCity installed on build server and TFS on another server. Both are configured and set up so that when code is checked in via TFS, Teamcity detects those changes and builds the solution. I am able to successfully get to this stage of the…
ZVenue
  • 4,967
  • 16
  • 61
  • 92
3
votes
1 answer

TeamCity global version per PROJECT (not configuration)

The Build number property in TeamCity is unique for each build configuration. I'd like to have a single counter that will be used across all different build configurations (to count how many times in total i've built the product). Does this make…
lysergic-acid
  • 19,570
  • 21
  • 109
  • 218
3
votes
0 answers

TeamCity anaconda error: Unsatisfiable dependencies for platform win-64

I am trying to build (conda-build) and test (pytest) my python project with help of anaconda and TeamCity. TeamCity is working fine for Linux, but for Windows I have an error on the testing build step (Linux and Windows use the same meta.yaml…
mascai
  • 1,373
  • 1
  • 9
  • 30
3
votes
3 answers

TeamCity: wrong messages order in Build Log when writing to stderr and stdout

Simple python script: for i in range(0, 5): print "ok" sys.stderr.write('err\r\n') When executing this script under TeamCity (build step), following output appears in Build Log tab: ok err ok ok ok err ok err err err Messages go in wrong…
Roman
  • 4,531
  • 10
  • 40
  • 69
3
votes
2 answers

TeamCity Basics

I am trying out TeamCity for build integration for my project. I am completely new to this. I understand I need to install TeamCity in a server and by default it installs one agent also. I have all that completed until now. And I have MS TFS as…
ZVenue
  • 4,967
  • 16
  • 61
  • 92
3
votes
1 answer

Docker image with postgresql and redis

I'm new to docker. I need to create a docker image with python, postgresql and redis. I know usually this is not a good practice, since most of the time I should have 3 images and put them together with docker compose. But my case is a little bit…
Fei Qu
  • 999
  • 2
  • 12
  • 26
3
votes
2 answers

Can teamcity pick up test results from dotnet test in a docker container to display on the test tab?

I am testing and building my service in a docker container using Teamcity's docker build command. This works fine for the build, but I would ideally like the nunit test results to be picked up and displayed in the test tab in the same way it does if…
Dutts
  • 5,781
  • 3
  • 39
  • 61
3
votes
0 answers

Teamcity Build Chain Optional Builds

I have a TeamCity project which includes 4 configurations in the build chain like this. |----> Build A -| Prebuild-| |----> Test Results |----> Build B -| In the Prebuild configuration based on tags in the Pull…
3
votes
1 answer

Teamcity - parametrized builds

Is there any way to configure parametrized builds in team city? I need to pass a few parameters before actually triggering the build. I have multiple releases for a project and I need to pass the release version manually each time my build fires…
Arpit
  • 6,212
  • 8
  • 38
  • 69
3
votes
1 answer

Teamcity custom reports tab

I am trying to create a custom tab in my Build reports. I followed this link given under teamcity manual. But the tab simply does not appear for me. What am I doing wrong? I see an entry being created in the config/main-config.xml like this. But…
bragboy
  • 34,892
  • 30
  • 114
  • 171
3
votes
1 answer

How to pass the real user in TeamCity VCS trigger instead of just "Git"

I have in my TeamCity job a VCS trigger that runs automatically once we push changes in our bitbucket repo. that looks like this: Quiet period: 60 seconds (default) VCS trigger rules: -:user=ciuser:**/* Triggers one build per each VCS check-in…
yonBav
  • 1,695
  • 2
  • 17
  • 31
3
votes
1 answer

How do I get the TeamCity Duplicates Finder to report the absolute path to a file, not the relative path?

I created a TeamCity (6.5.3 - build 17985) build with a Duplicate Finder step. This build works correctly however in the build report, I got the message: "File not found: "../../../../createTagBuild/createTagBuild/SQLScript.cs" Is it possible see…
3
votes
2 answers

Updated TeamCity: Now Won't Checkout Mercurial

Well I didn't do a correct backup of my settings when I updated Team City and somehow lost all of my VCS roots but the rest of my settings for my projects are still there. When I re-add my mercurial root, I test the connection and it succeeds,…
Evan Layman
  • 3,691
  • 9
  • 31
  • 48