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

How can I disable default tabs on project page in Teamcity?

I want to configure project home page in Teamcity (I'm using TeamCity Professional 9.1.3 (build 37176)). There are several default tabs there which we are don't use with current project - Investigations, Muted Problems and so on. I want to…
arghtype
  • 4,376
  • 11
  • 45
  • 60
0
votes
0 answers

Teamcity nuget server settings

I have TeamCity 9 with enabled nuget server. I configured creating nuget packages after build. I made all steps in this guide https://blog.jetbrains.com/teamcity/2011/12/setting-up-teamcity-as-a-native-nuget-server/ Is there a way to set nguet…
Mitklantekutli
  • 410
  • 1
  • 3
  • 16
0
votes
0 answers

TeamCity 9.1.4 can't add snapshot dependency

I am unable to add a snapshot dependency. After Clicking Save: A weird XML page appears (seems like an error to be displayed on the previous form). This means that I actually can't add a snapshot dependency. No matter what settings on the form I…
janderson
  • 963
  • 4
  • 14
  • 26
0
votes
0 answers

Labelling and branching with continuous integration

I have seen the following questions Auto Branching in svn using teamcity, TeamCity push feature branches to master branch, Can TeamCity branches concept be applied to Subversion with Build Chains? and none of them seem to answer my question. I have…
Bernard
  • 995
  • 2
  • 9
  • 20
0
votes
1 answer

TeamCity - NamedParameterNotFound for Get-ChildItem on TeamCity

Horrendous day with TeamCity and PowerShell ends with NamedParameterNotFound Get-ChildItem : A parameter cannot be found that matches parameter name 'File'. $files = Get-ChildItem -Path $RootFolderPath -Filter $CodeFilename -File -Recurse The…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
0
votes
1 answer

TeamCity - NuGet Pack Build Step - No Content

Is there a way to instruct nuget not to include a content folder in the package when building the package via the TeamCity NuGet PacK build step? I'm using the csproj to build the package, not a nuspec file. I'm hoping I can avoid having to write…
Myles McDonnell
  • 12,943
  • 17
  • 66
  • 116
0
votes
1 answer

Move-Item on large files seem to be executed async

From my teamcity server I access a network share and create a msdeploy package/zip from a folder. After this is done I create a Powershell Drive which is mapped to a shared folder of another server. This server is called GATE here. <# CREATE DRIVE…
Elisabeth
  • 20,496
  • 52
  • 200
  • 321
0
votes
1 answer

How can I parameterize TeamCity NUnit Runner Platform?

We are currently using TeamCity 9 and have a number of components that used to be x32 but are now x64. We have also defined a Release template which has an NUnit build step using the TeamCity built-in test runner. Due to the fact that some of the…
MaYaN
  • 6,683
  • 12
  • 57
  • 109
0
votes
1 answer

TeamCity: trigger project trigger with a single click and common build number

I'm fairly new to TeamCity (but not to CI systems) and I've been trying to figure out how to work this configuration out: I have latest TeamCity Professional Version 9.1.3 (3 build agents, 20 configs) installed Here's my TeamCity Project…
0
votes
1 answer

Unable to determine Workspace using TFS API in C# and TF.exe within TeamCity 9.1.3

I'm working on a Nant build script and attempting to get latest of ProjectInfo.vb and ProjectInfo.cs from C:\workspaces\myproject\thisfolder. In doing so I've tried using both a custom task written in C# and also using the NAnt Exec task to launch…
0
votes
1 answer

How to reference variables (either JVM or environment) in TeamCity's Tomcat config (server.xml)?

I'm trying to set up TeamCity server with HTTPS support. To do so, I must specify keystore file path and keystore password in …/conf/server.xml. My current Connector is defined there as follows:
Display Name
  • 8,022
  • 3
  • 31
  • 66
0
votes
1 answer

Specifying Nuget Package version in Octopus Deploy

Basically I am trying to specify the Nuget package version on a step in a process in octopus. We have a fairly straightforward process where we use Teamcity to create a Nuget package and upload it to the octopus, we then ask octopus to create a…
wdhough
  • 155
  • 3
  • 12
0
votes
2 answers

How to stop build - but not build chain - if artifacts are identical

I have a problem with a build plan in a build chain that really bothers me. I have a simple build chain A -> B where A is very fast (less than a minute) - it basically does a database retrieval from a production system. There are no way to tell if…
Tonny Madsen
  • 12,628
  • 4
  • 31
  • 70
0
votes
1 answer

Running SonarQube in TeamCity causes a break with a stack dump when Build Breaker is used

We run SonarQube in a TeamCity build using the msbuild.sonar.runner, which in turn runs the sonar runner. To break the build when a quality gate files, we have been trying to use the Build Breaker plugin. When there is no issue the build runs as…
0
votes
1 answer

TeamCity: Build only when changes are available

I have the following structure in my TeamCity Commons * Commons Release Build (takes quite long because of integration tests) Applications * AppA Release Build * AppB Release Build * AppC Release Build All three (independent) Applications…
guenhter
  • 11,255
  • 3
  • 35
  • 66