Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
309 views

I am looking to retrieve a list of flaky tests and details from builds via TeamCity API. I don't have any leads. Please suggest better options to retrieve flaky tests from TeamCity.
Mohamed Hussain's user avatar
-2 votes
1 answer
120 views

I have already referred that sys.getsizeof returns size of string including it's own class size, so eventually If I am supposed to get the size of class itself I can actually get absolute size of any ...
Gahan's user avatar
  • 4,213
0 votes
1 answer
136 views

I have a gradle build step in a teamcity configuration which does build test. There are a lot of text being logged by the tests. More than a gigabyte. Is it possible to filter test output out of the ...
guai's user avatar
  • 809
1 vote
1 answer
650 views

I am moving my Teamcity build to docker container but it fails during commit, with author identity unknown error, adding git username and email with git config in Dockerfile is blocked via Xray policy....
ad100's user avatar
  • 11
0 votes
1 answer
694 views

I am trying to use Octopus Deploy Deployment API and i ran into a problem where the deployment runs on all deployment targets, is there a way to specify the deployment target i would like to run the ...
Gabe's user avatar
  • 156
1 vote
0 answers
344 views

We are using an Enterprise version of TeamCity 2017. We experience an issue that is reproduced like this: Start a build Immediately cancel it Start a build at this point, an exception in TeamCity ...
Oleksandr Novik's user avatar
0 votes
2 answers
273 views

I have two projects A,B with their own build chains defined in their local .teamcity folders. In addition, A contains a dependency on B which I want to test. How do I set up a build chain that ...
Takoda's user avatar
  • 364
0 votes
1 answer
264 views

I am currently a jenkins user and is exploring the Teamcity. In jenkins we have a concept of shared libraries, which basically extends a generic groovy code into different jenkins pipeline and avoid ...
javed's user avatar
  • 1
0 votes
1 answer
60 views

I am building an assembly based on .NET 5.0, and I am publishing it as a nuget package, to be used in other projects. It is built with Teamcity on premises, and published here, too: When I try to use ...
kfn's user avatar
  • 719
0 votes
1 answer
2k views

I know I can define a secret value like this in kotlin DSL on teamcity: params { password( "env.MY_SECRET_VALUE", "credentialsJSON:faf2d7c8-3565-452a-8cfe-a7a55a4f0f4c", ...
Laurent Michel's user avatar
1 vote
0 answers
234 views

I'm using Teamcity on premise for building dotnet project with dotnet core 3.1. Since we have multiple projects, we are using 3 agents for these build. These days we are planning to migrate our ...
User1224's user avatar
2 votes
1 answer
835 views

Im trying to list my TeamCity builds in my own site with the TeamCity API to create dashboard. One feature I need is to notify the right person. To do so I set in the build setting the right Slack ...
Amit Hajaj's user avatar
1 vote
0 answers
713 views

My react app build is getting failed suddenly in Team City, I've no idea why it is happening. I can build successfully in my local. Getting the below error in Team City [Step 1/5] internal/modules/cjs/...
Arun Kumar's user avatar
2 votes
1 answer
961 views

I am trying to create a TeamCity project from .NET Core. I have written the code below but when I am trying to run the code I get an error. Code: public void CreateProject(string name, string ...
Ekta's user avatar
  • 331
0 votes
1 answer
2k views

I understand that if we set <jacoco.skip.exec>true</jacoco.skip.exec> in pom.xml, it might skip the skip the jacoco checking. However, in my case the tests are conducted on TeamCity, on ...
J.E.Y's user avatar
  • 1,193
0 votes
1 answer
684 views

I am using TeamCity Enterprise 2021.2 (build 99542) and Bitbucket Server v7.14.0. I have a build configuration in Teamcity with 3 VCS roots: Repo1, Repo2, and Repo3. Each repo has a "main" ...
bomille's user avatar
0 votes
1 answer
212 views

When try get access from TeamCity on page VSC Roots to Gitlab CE repositorys get an error message: Empty error response from https://gitlab.prod.com/oauth/token, status code: 504 (...
Konstantin's user avatar
3 votes
0 answers
740 views

I want to setup python test coverage report in TeamCity Professional 2021.2.3. I am using python coverage module which i have installed in my conda environment. My testsuit contains mostly pytests and ...
Abbas's user avatar
  • 41
1 vote
1 answer
1k views

I have tried to create agent so to achieve this task , I have clicked on build agent full.zip and configure it. However I am not finding the authentication token option to proceed further. Please ...
sns's user avatar
  • 191
4 votes
4 answers
2k views

I can't find a UI way in TeamCity to clear all queued builds in bulk. One by one is possible, but sometimes triggers/dependencies hit the fan and you end-up with tens of unwanted builds. REST API is ...
LironZ's user avatar
  • 307
1 vote
2 answers
1k views

I would like to integrate an automated versioning system in my ASP.NET project. For each release, it should have a version number based on the previous release. I am planning to integrate Gitversion ...
Mohamed Hussain's user avatar
0 votes
1 answer
1k views

I have dotnet project built using dotnetcore v2.0 which was working fine in Teamcity pipeline. I have updated the project to use dotnetcore v3.0 and re-run the Teamcity build. now I am getting the ...
Chinnadurai's user avatar
1 vote
0 answers
348 views

I am using Teamcity to build docker builds and I want to use the git branch in build steps. I create a build within a project, I then create a build step in that build to do a docker push and I set ...
Martijn Hiemstra's user avatar
6 votes
1 answer
1k views

While running the TeamCity ReSharper inspection command-line tools. There is an error "unknown tools version 17.0" with the following details. Inspections (ReSharper) Unknown tools version:...
Mohamed Hussain's user avatar
1 vote
1 answer
906 views

I have a problem with setting up the build number for the build from the script. I use the shell command in TeamCity build step: echo "##teamcity[buildNumber '%build.counter%.%tp.environment%.%...
Emilia Tyl's user avatar

1
3 4
5
6 7
122