Questions tagged [teamcity-10]

23 questions
1
vote
1 answer

TeamCity NDepend 400 Error restoring trend store

I'm using NDepend 6 with TeamCity 10.0.2 and am getting an error during the NDepend build step. Looking at the build log, this appears: [Step 6/9] Restoring trend store (1s) [17:59:26][Restoring trend store] Requesting last finished build…
ssmith
  • 8,092
  • 6
  • 52
  • 93
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
2 answers

How to make Team City check out the latest revision of a branch - regardles if a tag exists

For some reason, TC is no longer detecting changes to the development branch after we tagged a release. Up until last Friday, there were no tags, and TC had been building fine up until that point. We then added a tag to mark the end of a spring and…
oligofren
  • 20,744
  • 16
  • 93
  • 180
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
2 answers

Prevent a build step from failing the build

Is there a way to prevent a build step from failing the overall build? I have one (sbt) build step that if the tests fail I would like to fail the build, and then another that might exit with a non zero status code, and should only run if the first…
Klugscheißer
  • 1,575
  • 1
  • 11
  • 24
0
votes
1 answer

macOS TeamCity Build Agent won't upgrade

I have just setup TeamCity for the first time, and am trying to connect a macOS Build Agent so I can use the Xcode Project build step. However, after installing the agent on a Mac, it connects to my server, I authorised it but it just keeps getting…
Lewis Lebentz
  • 817
  • 4
  • 13
  • 24
0
votes
1 answer

How to use Nunit3 project file in TeamCity

I want to specify my own NUnit project file (.nunit file) on Teamcity, but I do not see any option to do that. Teamcity generates its own .nunit file based on assemblies mentioned. But having my own .nunit file allows me maintain several…
H.D.
  • 455
  • 5
  • 19
1
2