Questions tagged [teamcity]

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 historically related to Hudson) and CruiseControl.

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.


**Tagging recommendation:**
It is recommended to use the tag together with the version specific tag, f.e. , .
**Resources:**
6095 questions
3
votes
3 answers

Authenticating across mercurial subrepositories

I've got a mercurial repository, which pulls in dependencies using the subrepository functionality (as defined in the .hgsub file), but I'm struggling to get this working in TeamCity. I've enabled the mercurial_keyring extension in order to save…
James Crowley
  • 3,911
  • 5
  • 36
  • 65
3
votes
1 answer

How to pass Environment Variables to TeamCity Agent build configuration

I'm setting up TeamCity server and agents. The agents are running in docker containers (windows server core), and I define various environment variables to be set on the agent containers, which ultimately get set as Windows env vars. Some are passed…
stuzor
  • 2,275
  • 1
  • 31
  • 45
3
votes
0 answers

Nuget restore is ignoring .xml files but downloading only .dll and .pdb files

The nuget package Project Xyz contains all xml files along with dll and pdb files. We are using this package Xyz in a different project Abc of a different solution. We have a team city build setup for publishing the package Xyz to Proget feed(we use…
Vicky
  • 624
  • 2
  • 12
  • 35
3
votes
1 answer

Create yml file to execute pipeline on teamcity

I've been using Teamcity as CI/CD tool, and I'd like to know if would be possible to create my own yml file in order to execute my pipeline (something like bitbucke-pipelines.yml), I didn't found how to do that in the documentation. Is there a there…
Doug P
  • 169
  • 1
  • 3
  • 13
3
votes
2 answers

Running MSTests on TeamCity build server without Visual Studio installed

I'd like to get MSTests working in TeamCity without having to install visual studio on the build agent. I'm looking to see if anyone has accomplished this or has any insight into how to make it happen.
w.brian
  • 16,296
  • 14
  • 69
  • 118
3
votes
1 answer

Get Build Job URL in TeamCity Build Step

I have a Microsoft Teams webhook which will alert me when a TeamCity build has failed. I am wondering how I would be able to get the URL of the current TeamCity build so I can pass this information to my webhook.
Jon
  • 8,205
  • 25
  • 87
  • 146
3
votes
1 answer

Parsing argument to MSDeploy from MSBuild

I have just started playing with TeamCity and its great. Now I got it to deploy to my staging server after a commit so I always know I have the latest version running there. ( The idea was borrowed from:…
Syska
  • 1,150
  • 7
  • 26
3
votes
2 answers

Personal build with dependencies

I've started using TeamCity personal builds, via the new Git remote run feature in TeamCity 6.5. Doing a single build works fine; I have a project that compiles from source, and I gave it a Branch Remote Run trigger. However, it looks like TeamCity…
Tim Robinson
  • 53,480
  • 10
  • 121
  • 138
3
votes
0 answers

Is there a way to see a list of Templates in TeamCity?

I am trying to manage my templates, but I can't seem to find a listing of them in team city. I can go into each project, find the template and the click on it, but that only helps if I know which projects use which templates. Is there a way in…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
3
votes
1 answer

Getting TeamCity to work with ClearCase

I'm trying to set up TeamCity (latest version -- 6.0.3) to play nicely with a ClearCase view. I've found several resources online, some on this site, but mostly outdated. I am not sure whether configuring TeamCity with ClearCase is possible. Few…
lysergic-acid
  • 19,570
  • 21
  • 109
  • 218
3
votes
2 answers

MSB4057: The target "Release" does not exist in the project: in csproj in TeamCity

I've set up a build step using msbuild (Microsoft BuildTools 2019, ToolsVersion 16.0) If I set build target to Release, I get the error in the title. If I set build target to Debug, I get the equivalent error. If I don't set a build target at all, I…
Benjol
  • 63,995
  • 54
  • 186
  • 268
3
votes
1 answer

How to install additional software to teamcity agent?

I have teamcity agent installed via docker image How can I add some software to this agent via brew?
Alex Klimashevsky
  • 2,457
  • 3
  • 26
  • 58
3
votes
1 answer

TeamCity docker registry " Cannot find the Docker Connection referenced from the Docker build feature"

I am trying to setup TeamCity 2019.2.2 for my home projects. The configuration works perfectly but at the beginning of every build it prints a error: Cannot find the Docker Connection referenced from the Docker build feature, probably it was…
Lipu
  • 607
  • 1
  • 5
  • 17
3
votes
1 answer

Copying files using MSBuild in TeamCity

I've got the following xml file:
DavidS
  • 2,179
  • 4
  • 26
  • 44
3
votes
0 answers

TeamCity - xcodebuild : encountered an unexpected result code from the portal ('1100')

I am setting up a new Mac build server. But the xcodebuild is falling with error: encountered an unexpected result code from the portal ('1100') I have replicated an existing build steps from an existing configuration and use it on the new…