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

How to use TeamCity DSL versionedSettings feature?

I am trying to configure a project in TeamCity DSL and I want to be able to specify versionedSettings for that project, else I have to manually edit the Version Settings in the UI after the project has been imported/created. Here is a sample…
Tobias Bergman
  • 103
  • 1
  • 8
3
votes
1 answer

Finding all build configurations depending on a parent configuration in TeamCity?

In the days following the (still unanswered) question what the preferred way for a big continuous integrations setup in TeamCity might be we have been setting up a lot of snapshot dependencies. Now, image you have configuration A, B, C, D and E…
3
votes
1 answer

Teamcity plugin for Delphi

Does anybody know if there is any Teamcity plugin for Delphi-IDE like the one for Visualstudio, which enables running personalbuilds directly from the IDE? thank you
CloudyMarble
  • 36,908
  • 70
  • 97
  • 130
3
votes
2 answers

Fixing issues in YouTrack from SubVersion commit comments using TeamCity

I have a TeamCity server and a YouTrack server working with SubVersion. I have enable integration in the two JB applications. Is it possible to changes the status of YT issues from comments in the SubVersion commit comments? I.e. TC will update the…
kasperhj
  • 10,052
  • 21
  • 63
  • 106
3
votes
1 answer

How teamcity builds project and requirements of msdeploy on client machine

Just want to know whether msbuild is built in teamcity or teamcity uses the installed msbuild.exe on your build machine. I have no visual studio installed on my build machine. Little bit confused as where to locate msbuild.exe on machine if no…
sam
  • 4,594
  • 12
  • 61
  • 111
3
votes
2 answers

TeamCity + Psake + SqlCmd Powershell infinite loop

I'm trying to use the Powershell Runner in TeamCity 6.5.2 to run a Psake task that depends on a task that calls out to SqlCmd. If I try to do this, teamcity seems to get into an infinite loop until it eventually times out or errors out. I'm…
Mark Boltuc
  • 3,487
  • 1
  • 27
  • 26
3
votes
0 answers

Teamcity to Jenkins Migration

We are planning to migrate Teamcity to Jenkins due to cost reasons. However we found that conceptually both tools are same but the technical functionality is different. Hence if somebody has experience or has done this migration before, please share…
Vinu Pillai
  • 107
  • 7
3
votes
1 answer

Can you configure TeamCity "Artifacts" to be checked back into source control?

I would like to have TeamCity Artifacts be checked back into source control. I have used TFS Integrator before. So I am used to its approach where, through config, it can check in the output builds back into source control. Then when people do a get…
Simon
  • 33,714
  • 21
  • 133
  • 202
3
votes
1 answer

Building net5.0 solution on TeamCity agent results in "reference assemblies not found" error

I have recently upgraded our .Net Core 2.2 application to .Net 5.0. I'm now trying to upgrade our TeamCity build agent, so it can build this solution. Installed the .Net 5.0 SDK on the build agent, and restarted the machine. Installed the latest…
user1147862
  • 4,096
  • 8
  • 36
  • 53
3
votes
3 answers

Getting ERROR 5 (0x00000005) Creating Destination Directory while using robocopy to copy files

I am getting the above error while I am using robocopy command. I have given all possible permissions on both source and destination folders but still I am getting this error. Any idea how to fix this.
sam
  • 4,594
  • 12
  • 61
  • 111
3
votes
5 answers

Downloading builds from TeamCity

Is there a way to download specific builds of a project in TeamCity?
kasperhj
  • 10,052
  • 21
  • 63
  • 106
3
votes
2 answers

How can I use build parameters from other projects in TeamCity?

I would like to use some build parameters from Project 1 in Project 2. I know that I can make Project 1 a dependency of Project 2 and then access its build parameters as described in Dependencies Properties, but I do not want Project 1 to be built…
ladenedge
  • 13,197
  • 11
  • 60
  • 117
3
votes
1 answer

Integrate DotCover reports from TeamCity into SonarQube?

I'm having a hard time integrating DotCover reports from TeamCity into SonarQube. As far as I can see I'm doing everything correctly. I really feel like I've missed something? I'm currently using TeamCity 2020.2 build 84587 SonarQube…
3
votes
1 answer

Publish TeamCity artifacts. How to get Build IDs

I´ve created a Artifact path in TeamCity like this: src\MyBuild\bin\Release\* => MyBuild.zip Now I want to publish this created artifact through a download…
Waren
  • 293
  • 2
  • 5
  • 10
3
votes
1 answer

How to prevent MSDeploy task from rebuilding assemblies?

I am running an TeamCity Build Server that builds and deploys a asp.net 4.0 application. I need to obfuscate the assemblies of prior to deployment. I have two build configurations. One is SVN triggered that compiles and packages. Packaging is…
Brake
  • 31
  • 1