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

Build multiple independent projects in the same solution in TeamCity

I have an MVC app in VS2013, and it has several related web/service projects, and one console app that is used for running SQL scripts against the database (it uses DbUP, to integrate with Octopus Deploy). How can I generate NuGet Packages for both…
Silviu Preda
  • 628
  • 1
  • 10
  • 31
0
votes
1 answer

Teamcity failing to collect changes from a git repo

We have a Teamcity instance running on a Win 8 machine, pulling from a git repo. We've just moved to a new server for git, so the IP has changed. I remoted onto the machine and did a git pull so that the known hosts was updated with the new IP. I…
jaucourt
  • 566
  • 4
  • 19
0
votes
0 answers

teamcity Failed to collect changes, error: Error getting latest revision: Error: Reading from the stream has failed

I have upgraded teamcity from 8 to 9.1.1 version. I have created the build configuration with plastic-scm vcs type. On run build following error is displayed. Failed to collect changes, error: Error getting latest revision: Error: Reading from the…
0
votes
1 answer

xUnit Plugin For Team City

I am trying to use the official xUnit plugin for Team City. I have tried TC 8.1.5, 9.0, and 9.1.1. I am using the latest version of xUnit. The plugin works. I see xUnit in the build runner list, and when I examine the build log, it is clear that the…
0
votes
1 answer

How to trigger build from branch specifications?

In my teamcity build configuration: VCS branch: master VCS branch specification: +:refs/heads/hotfix/(*) +:refs/heads/(master) VCS trigger: Quiet period: 60 seconds (default) Branch filter: +:* -: And trigger run build only if has…
hVostt
  • 1,661
  • 1
  • 12
  • 16
0
votes
1 answer

TeamCity not picking up VCS changes after server rollback

We are using TeamCity 9.0.0. The server got corrupted for reasons not relevant to this discussion, so I had to rollback to a stable snapshot (we use Amazon AWS snapshots), which was roughly 12 hours old. I lost some of the builds that happened…
oscarmorasu
  • 901
  • 3
  • 11
  • 28
0
votes
1 answer

Launch MSTest on TeamCity with MSBuild package

I have a solution build with VS 2013. On teamcity I used MSBuild to build it. Is that possible to launch MSTests with MSBuild? What if I'll install VS2013 community edition? Will it help to launch MSTests?
dr11
  • 5,166
  • 11
  • 35
  • 77
0
votes
1 answer

Accessing Teamcity Artifact with Dynamic name

I want to download a TeamCity artifact via powershell. It needs to be the last successful build of a specific branch. I've noticed two common url paths to access the artifacts. One seems to…
Speerian
  • 1,138
  • 1
  • 12
  • 29
0
votes
0 answers

Teamcity 9 - passing arguments between build and deploy projects

i have teamcity 9 with build and deploy functions and they are set that the deploy depends on the build. i want to switch those because i'm trying to work with the REST API of teamcity to call for builds from remote. my problem is that when i'm…
Ariel Einfeld
  • 127
  • 1
  • 6
0
votes
0 answers

TypeInitializationException for failing tests in TeamCity using VSTest.Console Runner

I have got numerous tests failing on 'TypeInitializationException' exceptions. All these tests pass with MSTest In visual-studio and pass in visual studio online. However using teamcity these are failing. The runner is VSTest.Console since MSTest…
sponturious
  • 131
  • 1
  • 9
0
votes
0 answers

Running devenv.com displays a popup dialog and hangs TeamCity build

My end goal is to run a devenv.com command from a TeamCity build configuration but it's currently hanging when it reaches the deploy stage. If I run the same command from the command line on the build agent server I get a popup at the point when it…
0
votes
1 answer

Build using TeamCity: Failed to start MSBuild; please specify a nuspec or project file to use

I'm trying to build a website in Teamcity, but the first build step "starting MSBuild" is failing.It seems that the command is trying to install nuget, but it is complaining that there is no nuspec or project file specified. I have a…
Chris
  • 28,822
  • 27
  • 83
  • 158
0
votes
1 answer

Creating a build configuration ID

Brand new to teamcity (~2hours), and I ran into a problem. How does one generate or create a "Build Configuration ID"? After searching google and stack, there doesn't seem to be much more than documentation of what it is. Is this something very…
Chris
  • 28,822
  • 27
  • 83
  • 158
0
votes
1 answer

Pre-commit feature in TeamCity and manual check out with Perforce VCS

I am trying to integrate TeamCity with my Perforce repo. Since the Perforce VCS takes forever to checkout with TeamCity VCS integration, I'd prefer checking out manually. How do I achieve pre-commit with manual checkout, how does TeamCity know when…
0
votes
1 answer

Teamcity on EC2 "Could not determine the local IP address (...): unknown error"

I'm trying to setup Teamcity on an EC2 Ubuntu instance. I've: Downloaded the package through wget http://download.jetbrains.com/teamcity/TeamCity-9.0.4.tar.gz. Unpackaged it. Unpackaged it: tar -xvzf TeamCity-9.0.4.tar.gz. sh…
Tomas Romero
  • 8,418
  • 11
  • 50
  • 72