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

TeamCity repeatedly downloading and updating jetbrains.git plugin

Can someone advise what could be wrong with our TeamCity (version 9), it is repeatedly downloading, updating and unzipping jetbrains.git.zip plugin in folder \BuildAgent\update\plugins See attached performance monitor…
Mobigital
  • 749
  • 7
  • 14
2
votes
0 answers

Scaling TeamCity build chains

We have many projects that are treated, built and deployed the same way and we want to have a unified TeamCity build chain for all of them. Our build chain should contain: Compilation and testing for pull requests and develop branch. SonarQube…
RecuencoJones
  • 2,747
  • 3
  • 22
  • 21
2
votes
1 answer

TeamCity REST Api put parameter value does not update inherited parameter value

I have a project in TeamCity and I am trying to update one of its inherited parameter's values, the parameter is inherited from the parent project and has a blank value. When I PUT a new value against the API, a new parameter with the same name is…
Jam
  • 296
  • 2
  • 8
2
votes
1 answer

How to override maven project version in teamcity

Mine is a maven based java project and for continuous integration I am using Teamcity. For some purpose ( deploy Snapshot and release ) I need to overwrite project version within team city. I have tried using maven.project.version and…
Sankalp
  • 2,030
  • 7
  • 30
  • 41
2
votes
1 answer

How to build a project in teamcity after multiple other builds have finished and not trigger the dependency chain?

My questions is related to Trigger subsequent build once after multiple parallel builds in TeamCity but I have hit a problem so posting it here. Below is my setup. I am trying to create a chain so that when I run A, the complete chain runs. A ( Root…
ygsh
  • 33
  • 5
2
votes
1 answer

Unable to find TeamCity 9.1.x data directory

This is really weird. I am trying a clean Teamcity 9.1.1 install but the Data Directory is nowhere to be found. if I access the Global Settings tab under Administration, it lists "C:\Windows\System32\config\systemprofile.BuildServer" - a folder…
Emanuele Ciriachi
  • 2,216
  • 2
  • 26
  • 39
2
votes
2 answers

NuGet Package List Empty on TeamCity NuGet Server

I've set up TeamCity (9.1.6) to work as a NuGet server. I have a project that I added a NuGet Pack build step. The artifacts of that build configuration are *.nupkg files. However, when I view either the authenticated or the guest NuGet feed, the…
kenstone
  • 526
  • 7
  • 14
2
votes
2 answers

change server url from localhost

I installed teamcity 9.1 on mac os. I can access teamcity via http://localhost:8111/. I can change port in file TeamCity/conf/server.xml by changing
user2661518
  • 2,677
  • 9
  • 42
  • 79
2
votes
4 answers

TeamCity with BitBucket Cloud Commit Status Publisher. 404 Errors

I'm having problems getting the commit status publisher to work. Details: TeamCity 9.1 Commit Status Publisher Plugin version: snapshot-20160523141816 Bitbucket Cloud git repository type on bitbucket.org VCS Settings: Configured to use the…
Martin Cron
  • 1,154
  • 1
  • 8
  • 10
2
votes
0 answers

TeamCity can't find Nuget

I have a build set up on Team City but can't seem to get NuGet to restore the packages. My build configuration has two steps: Restore Nuget, then Build the solution. I have set up NuGet on TeamCity, so when I create a NuGet build step, I can choose…
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55
2
votes
1 answer

Preserve a lock on shared resource in TC pipeline (between build configurations)

I have a teamcity pipeline with multiple build configurations. Some of them need a database for testing. As of yet I have a pool of db schemas configured as a shared resource in TeamCity. Each build configuration lock a schema and then deploy DB…
aleksanderzak
  • 1,162
  • 1
  • 9
  • 12
2
votes
1 answer

TeamCity MSBuild agent: Agent has unregistered

We've had a stable TeamCity install (version 9.0.3 (build 32334)) for some months. It has a single build agent, MSBuild, which is on the same box as TC. Now, without changing any of the configuration the build agent is showing as Disconnected with…
Badgerspot
  • 2,301
  • 3
  • 28
  • 42
2
votes
0 answers

TeamCity can not start MSTest.exe or vstest.console.exe

I am getting this error when I try to run unit tests via teamcity MyTeamCity version is 9.1 and I am using Visual Studio 2015. If I change the name of MSTest.exe or vstest.console.exe it throws another error about finding the files. Also I think…
MSK
  • 1,035
  • 1
  • 10
  • 19
2
votes
1 answer

TeamCity REST API - List builds based on build parameters

I've added a configuration parameter to a build configuration on a team city instance called "client". This parameter is supplied every build, and can be viewed under the header User Defined Parameters and Actual Parameters on Agent in the…
David
  • 557
  • 4
  • 15
2
votes
1 answer

TeamCity SSH to GitLab: Auth cancel

I'm running TeamCity on Windows, running the service using a local user account TeamCity. I'm trying to set up a Git VCS root to begin configuring a build. So far, I've created a passwordless RSA key pair using ssh-keygen from within a git bash…
Paul Turner
  • 38,949
  • 15
  • 102
  • 166