Questions tagged [teamcity-9.0]

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 historicall related to Hudson) and Cruise Control.

Useful Links

320 questions
2
votes
3 answers

TeamCity XML Report Processing not showing results

I created a build feature using XML Report Processing, NUnit is specified as the Report Type. My tests are running(although they fail) using NUnit Console Runner, The xml file is generated on the build agent, is found by TC and I can see in the…
Syed Waqas
  • 2,576
  • 4
  • 29
  • 36
2
votes
0 answers

Getting dnu build working on TeamCity

We're trying to get a vNext project building on TeamCity 9.16 - the project is using the dnx451 and dnxcore50 frameworks. When TeamCity is running dnu build for DNX,Version=v4.5.1 it's erroring when trying to build System.Configuration 4.0.0 with…
user3378
2
votes
1 answer

TeamCity shows incorrect number of tests in the main page

TeamCity is showing a certain number of tests in the main page: However, if I enter the test itself then it is showing a different number: I have checked, and it appears that the number shown inside the test (78) is the real number of tests that…
Kfir Cohen
  • 153
  • 1
  • 3
  • 13
2
votes
1 answer

robot framework plugin for teamcity

I am running robot framework test through teamcity build. I can get results log.html into artifacts. But is there any plugin in teamcity for robot framework so I can populate results in projects? update thanks a lot ! I added py file in suite as…
user2661518
  • 2,677
  • 9
  • 42
  • 79
2
votes
0 answers

unable to run migrate.exe in Teamcity

I have the following very simple powershell script packages\EntityFramework*\tools\migrate.exe /? when I run this script in a powershell console it shows the expected output ( lists all the possible parameters of migrate.exe ) However, when I run…
abdullam
  • 225
  • 1
  • 3
  • 15
2
votes
1 answer

TeamCity - AssemblyInfoPatcher not working, error is logged

The AssemblyInfoPatcher build feature isn't working. Some files are patched and some are not. Assembly file version was specified, but couldn't be patched in file…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
2
votes
1 answer

TeamCity - setParameter value available to Build Feature

I've a little PS script to write this TC integration command: ##teamcity[setParameter name='AssemblyVersionString' value='1.0.46.48' Which sets a Configuration Parameter which appears to run fine in the logs. The Configuration Parameter is defined…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
2
votes
1 answer

Is it possible to trigger a dependent build only in case the first in the chain is built from default branch?

Here is the scenario: I have a simple build chain of two configurations, the first builds the package, the other one deploys it and runs integration tests. Now the VCS root monitors master branch and pull requests (refs/pull/*/merge). I would like…
Yan Sklyarenko
  • 31,557
  • 24
  • 104
  • 139
2
votes
1 answer

Team City execute Git script

I am running TeamCity (9.x) on Windows under the local system account. I have installed mysysgit on the server also. I want to run a script via TC using a command line build step that pushes to a git repo. The repo is secure so team city must…
Myles McDonnell
  • 12,943
  • 17
  • 66
  • 116
2
votes
1 answer

Cannot run git fetch from Team City command line build step

I have a simple command line build step in a Team City (9.0.2 build 32195) build configuration that just calls: git fetch but when I run the build configuration it just hangs. Running: git log works fine. Any ideas why git fetch hangs while git…
u123
  • 15,603
  • 58
  • 186
  • 303
2
votes
2 answers

How do I resolve Repository not found errors in Teamcity?

I've multiple projects configured exactly the same way using the same VCS root. All that changes for the projects is the project name, so to keep things DRY I share the root with the following fetch…
Tomas Jansson
  • 22,767
  • 13
  • 83
  • 137
2
votes
2 answers

TeamCity Agent Push failure

Agent push fails on windows, why is it failing? I tried uninstalling JAVA on target , but had no luck. What could be causing the failure ? [16:40:06]: [10.8.2.138] Installing TeamCity Build Agent Windows Service... [16:40:06]: [10.8.2.138]…
CodeEmpower
  • 635
  • 1
  • 11
  • 29
2
votes
0 answers

TeamCity Git plugin fails with SSL handshake error

The Git plugin in TeamCity (v9.1.1) cannot connect to a Git repository over HTTPS. I get the following error: Failed to collect changes, error: List remote refs failed: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure I…
JacobE
  • 8,021
  • 7
  • 40
  • 48
2
votes
0 answers

TeamCity build step NuGet Installer produces warning with Native package

I have TeamCity (v9) and NuGet (2.83). My NuGet package is a C++ static lib and is of type 'Native'. I am running, through TeamCity, a NuGet Installer build step that I would like to update the native (C++ Static lib) project in question to use the…
TinyRacoon
  • 4,655
  • 2
  • 23
  • 22
2
votes
0 answers

Copying artifacts from TeamCity agent to TeamCity server takes very long

In our setup maven builds are running on a TeamCity agent and are copied to the TeamCity server repository. Then I use teamcity-s3-plugin to copy them to S3 bucket. Overall size of the artifacts in the build is 3,3GB and it takes about 20 minutes to…
alexandra.s
  • 311
  • 1
  • 2
  • 15