Questions tagged [team-city-10.0]

Use this tag for questions related to Team City version 10.0.

12 questions
7
votes
1 answer

Statistics information is not available through REST until the end of the build

We are building a setup that will send statistics information to the external server while building the application. There is the following build configuration with several steps. 1st step builds the application and run unittests. As a result a…
Maxim Nakhod
  • 106
  • 5
2
votes
0 answers

How to download the latest artifact from artifactory repository using teamcity via artifactory plugin

I'm trying to download the latest version of an artifact from JFROG Artifactory repository present in a common folder using the artifactory plugin in Teamcity. Following is how the artifcatory repository looks…
Jose
  • 1,333
  • 5
  • 20
  • 38
1
vote
1 answer

TeamCity - Set VCS Branch Name Before Download

I have multiple VCS roots set up (Core, AuthN, Other). Due to out of control cross-cutting code, when we build Other, we need to download Core and AuthN in order to build a testing database for integration tests. Where I'm having issues is that…
Wes P
  • 9,622
  • 14
  • 41
  • 48
1
vote
1 answer

Cannot run executable in TeamCity

I'm attempting to run a .Net console application (in TeamCity) I wrote which will change a variables value in a batch script located in the check out directory. Unfortunately I'm receiving an error while running the step. Process exited with code…
WBuck
  • 5,162
  • 2
  • 25
  • 36
1
vote
1 answer

Teamcity 10 where to store versioned settings

Teamcity 10 offers new feature storing project settings in version control What is the best practice to follow in terms of storing these settings? Keep it in the same repo where code resides? Put it into separate repo?
Patrik Mihalčin
  • 3,341
  • 7
  • 33
  • 68
0
votes
0 answers

How to pass parameters between Build configurations in TeamCity

I saw this post How to pass Arguments between build configuration steps in team city? It kinda works for me but not in the way I wanted. I have two Build configs. Config A and Config B. After Config A is finished I want to automaticall start Config…
0
votes
0 answers

how to take parameters from one build configuration when triggering another build configuration in TeamCity

What I have is 2 Build Configuration. They are completly the same except one parameter which is called configuration (In one cinfig the parameter is Build in the other its ReBuild). I have another config which should create a test file. For that it…
0
votes
1 answer

Teamcity Nuget Publish to Octopus Repository(built in) fails with 503 error

I have an AsP.net Website with nuspec file set up on teamcity.I have basically defined two build steps. 1. Nuget Pack 2. Nuget Publish. The nuget package gets created successfully, but I get a 503 error whilst trying to run the Nuget publish…
lacoder
  • 1,253
  • 1
  • 11
  • 22
0
votes
1 answer

Teamcity: add select type parameter, not selected by default

TC 10.0 I have a configuration and select parameter(drop-down menu) in it. How i can set this parameter to not selected - user must select it, otherwise configuration will fail or will not start?
0
votes
1 answer

TeamCity sometimes building incorrectly

I have TeamCity set up to build some Visual Studio solutions and package them into an artifact. This works just fine most of the time. However, once in a while (maybe 1 in 100 builds), the files built from TeamCity does not run. We use a lot of…
TheHvidsten
  • 4,028
  • 3
  • 29
  • 62
0
votes
1 answer

TeamCity "error MSB3030: Could not copy the file "" because it was not found." Does not want to add the file to source control

I have a problem with a service application that we build in Team City. The application is dependent on a application.config that needs to be copied to the output directory in order for the project to work. However since this file contains sensitive…
Ogglas
  • 62,132
  • 37
  • 328
  • 418
-1
votes
1 answer

How to Backup IIS website folder physical Path before deploying using using Nant or PowerShell in Teamcity

I am in the process of building Automated process using TeamCity.My plan is before deploying to prod Server creating a backup folder: Stop IIS and copy or Backup IIS website physical path folder VersionNo as X (using Nant or Powershell) Rename …
Jim Lobo
  • 471
  • 1
  • 7
  • 22