Questions tagged [teamcity]

For questions about TeamCity, one of the most popular continuous integration tools.

From Wikipedia:

TeamCity is a Java-based build management and continuous integration server from JetBrains. 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. Open Source projects can request a free license.

17 questions
11
votes
3 answers

What are the main differences between Jenkins and TeamCity if one is used to working with Jenkins?

These tools seem to share very similar characteristics. How complicated would it be to start using TeamCity after getting used to working on Jenkins? Are there specific concepts one needs to be aware of?
8
votes
2 answers

How to report Code Coverage metrics across git repositories?

We are using private git repositories in Azure DevOps and I have a requirement to create code coverage report across git repositories. Our build CI/CD pipelines are using both TeamCity & Azure DevOps. I have looked at options and there is no…
Emil
  • 181
  • 3
7
votes
1 answer

How do I find out exactly when a Github personal access token was last used?

A few days ago, I got an email from github saying that a personal access token that we used is in an 'outdated format': We noticed that an application, TeamCity(ci.support.example.com), owned by an organization you are an admin of,…
5
votes
3 answers

How to patch AssemblyInfo in TeamCity for .net core 2.1 projects?

In the .net core 2.1 project, there is a *.csproj file, that contains assembly information: 2019.1.15341.0 2019.1.15341.0
Gour Gopal
  • 153
  • 1
  • 6
5
votes
1 answer

How to automate TeamCity installation using docker?

JetBrains TeamCity docker image describe build steps for already installed TeamCity. Is there any way to automate installation of TeamCity it-self? For example creating the admin account, enabling standard authentication and setting up the project?
kenorb
  • 8,011
  • 14
  • 43
  • 80
2
votes
1 answer

Cancel sibling snapshot dependency on failure

I have a simple build chain configure in TeamCity: build -> create-base-image -> -> docker publish test -> I have the "On failed dependency: cancel build" option enabled. So if…
elwyn
  • 149
  • 3
1
vote
2 answers

On-Site Octopus Deploy - How to deploy projects in a multi-project solution to different IIS locations

I'm tasked with setting up CI/CD for my company. I'm using TeamCity which I have configured using the Octopus Deploy plugin to create a Nuget package to the appropriate dev server (alternatively, I can have TeamCity spit out a .zip). The package…
HQ216493
  • 53
  • 6
1
vote
2 answers

How to handle different credentials in continuous integration?

I am using teamcity to automatically build and test a nodejs application. The problem I am facing is that the application needs to have some environment variables set during the build phase, as well as some secret variables that need to be set…
1
vote
1 answer

Teamcity web-interface does not work

I have Teamcity on Windows machine. When installed it, I selected the 8080 port. I have another application on the 80 and 443 ports. It worked fine, but now I see an error: But if I open localhost:8080 on a virtual machine - all works well. What…
1
vote
1 answer

Team City Server issue after upgrade

Recently we have upgraded TC to the latest version (TeamCity Professional 2021.1.1 (build 92714)). After upgrade builds run fine when a new VCS root is created, but after a push is made to the repository, VCS root falls over when trying to detect…
Auris
  • 121
  • 3
1
vote
1 answer

Make TeamCity see test results in real time using Maven, JUnit 4 and Surefire

So we have a TeamCity with numerous JUnit 4 test suites builds configured. The problem: Tests tab is only populated after build is complete. If build crashes, tests tab is not populated, even with tests which completed before crash. The reason for…
alamar
  • 121
  • 5
0
votes
2 answers

TeamCity - CI w/ Multi-project .NET solution using SOA build and delivery issues

I have a multi-project .NET solution that I'm trying to set-up with TeamCity (TC) for CI and Octopus Deploy (OD) for CD. I originally set-up TC to pull the latest from SVC, build the solution and deploy it as a .zip on the Dev server, but I've been…
0
votes
2 answers

TeamCity web interface not accessible on Chrome

I've installed teamcity on two machines now. The first, I tried reinstalling multiple times because the web interface would launch in Chrome and fail with: This site can’t be reached The webpage at http://localhost:6666/ might be temporarily down…
Jamie Bull
  • 101
  • 4
0
votes
1 answer

Running Protractor tests in docker through teamcity

I have a project for which I am using Teamcity to automate deployment, and I would also like to automate testing. It is an angular frontend, and we have some protractor tests. I would like to run these tests as one of the steps in our build…
0
votes
0 answers

Unique identifier to share between all the builds of the same teamcity build chain

I have a build chain that has seven builds in it. First there is the Starter build. Starter build has a snapshot dependency on two Package builds (client and server). Each package build has two snapshot dependencies, one on Cook build and another on…
1
2