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
0
votes
1 answer

Versioned Settings Teamcity

Recently enabled Versioned Settings in Teamcity (https://confluence.jetbrains.com/display/TCD9/Storing+Project+Settings+in+Version+Control) with Git. The first synchronisation failed since the user I setup did not have write privileges. This caused…
Bernard
  • 995
  • 2
  • 9
  • 20
0
votes
0 answers

MongoDB stopped running with VirtualLock & Fatal Assertion error message

I was running some test using TeamCity and those test will use MongoDB. This test will take approximately 4 hours to finish. After 1-2 hours of running, all the remaining tests started failing. I checked on the server and find out that the MongoDB…
Akey
  • 21
  • 1
  • 5
0
votes
1 answer

Suppress warnings in teamcity not working with msbuild

In short we have teamcity set up with a build project that contains an Umbraco web site. The build step is pretty basic and setup as a Visual Studio runner type. Everything works and builds fine. The problem is the build process is VERY slow, and…
Frederik T
  • 533
  • 2
  • 10
  • 30
0
votes
1 answer

Calling TF.exe from PowerShell script in TeamCity

I am trying to call tf.exe from within a Powershell step of a TeamCity build configuration. The executable is usually found at C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\TF.exe (or similar). In my script I am setting a variable…
Matthew Dresser
  • 11,273
  • 11
  • 76
  • 120
0
votes
0 answers

TeamCity: Change parameter within same build step

I know that to change a parameter in a .cmd batch script, we can use: echo "##teamcity[setParameter name='paramName' value='abcdef']" But the change takes effect only in the next build step after this has been set in the previous build step. I want…
Syed Waqas
  • 2,576
  • 4
  • 29
  • 36
0
votes
2 answers

How to get rid of incorrect overtime warnings for TeamCity build?

I have a TeamCity build configuration which has two build steps with console commands. One of the scripts is expected to run for 15 minutes to build the project. When I run the build, I see the progress bar with warning icon. Details say: 7m:20s…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
0
votes
1 answer

TeamCity using git pull command line build step returns Git error: “Host Key Verification Failed” when connecting to remote repository

I'm trying to setup TeamCity where I work, with a private repo hosted on github. The project is a web app, so what I'm trying to do is that on every new commit on github that TeamCity checkout the new revision and update the working copy on our…
Federico Giust
  • 1,803
  • 4
  • 20
  • 45
0
votes
2 answers

What is difference of test builds in teamcity and test builds in octopus?

I've been searching for this but no answers. I've created a unit test project in my solution. Since we're planning to automate the testing. We don't know where to put it. Will the teamcity test it or just build the test project? If it will going to…
choopau
  • 2,209
  • 5
  • 21
  • 28
0
votes
0 answers

TeamCity 9 data path

I have been using TeamCity 9.0.5 for a while now. But today when i started up the server i was greeted with the "TeamCity First Start" which i had last seen some months ago. I also see the version at the bottom has changed from 9.0.5 to 9.1.4. I did…
xmaestro
  • 1,084
  • 2
  • 16
  • 44
0
votes
2 answers

Does the XML Report Processing work for NUnit3?

I'm currently moving one of our projects to DNX (.NET Core now) and I was forced to update to nunit3. Because of other considerations, we run compile the test project as a console app with its own entry point, basically self-hosting the NUnit…
marius-O
  • 395
  • 3
  • 15
0
votes
1 answer

Splitting a TeamCity server to two servers

I have a TeamCity system running with various Debug and Release build configurations backed by Templates which match the Debug and Release configurations as follows Branch Build Dev Template Branch 1 Dev Build Branch 2 Dev Build Branch Release…
Redeemed1
  • 3,953
  • 8
  • 38
  • 63
0
votes
1 answer

TeamCity Pending Changes

I have a VCS Root's client mapping set up on the root level like this: VCS root name: My Main VCS root ID: Main client mapping: //Main/... //team-city-agent/... Main contains the source of multiple projects so its structure looks…
notlkk
  • 1,231
  • 2
  • 23
  • 40
0
votes
1 answer

NuGet packages built and published to TC own feed don't show up

Q/A - Today, we found that a NuGet library build and publish (to TeamCity's own feed) stopped working. The new packages stopped showing up. We can see them in the artifacts but not in the feed itself.
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
0
votes
1 answer

TeamCity XML Report Processing difference between code inspections

i use findbugs, and i found checkbox "inspections with new problems only" which shows only difference between current and previous build. Do you know where teamcity stores the old result ?
viq
  • 317
  • 1
  • 3
  • 17
0
votes
1 answer

TeamCity XML report processing result

Is there a way to retrieve TC XML Report Processing result? I mean checkstyle and findbugs errors. I think they should stored on disk, but i didn't find right path.
viq
  • 317
  • 1
  • 3
  • 17