Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
84 views

Team City 6.5.5 - MSBuild issue

Trying to configure Visual Studio 2008 project (TFS2010) on TeamCity, created build step with MS build selecting 2.0 as the .NET Framework version - but getting the follwoing error: error MSB5014: ...
3
votes
0answers
204 views

Running NUnit tests in TeamCity 6.5.X with NUnit addins

We are using TeamCity 6.5.1 to manage the compilation, testing and deployment of our builds. Up until now we have been using the NUnit Build Runner from TeamCity to run our tests with NUnit 2.5.8 and ...
2
votes
0answers
76 views

Why teamcity can't show svn Changes in text diff view?

I have following exception in http://teamcity_server/diffView.html?.... ERROR: org.tmatesoft.svn.core.SVNException: svn: connection refused by the server svn: OPTIONS request failed on '/svn/path' ...
2
votes
3answers
167 views

Using TeamCity, how to manually trigger a DEPLOY against a previously built and tested build run?

Using TeamCity 6.5, I am trying to figure out how to setup a manual deployment for a specific build run if it's possible. What I would like to be able to do is to take an already built and tested ...
2
votes
1answer
197 views

Personal build with dependencies

I've started using TeamCity personal builds, via the new Git remote run feature in TeamCity 6.5. Doing a single build works fine; I have a project that compiles from source, and I gave it a Branch ...
1
vote
2answers
25 views

TeamCity. Publish artifacts after certain build step

I've setup build configuration in TeamCity with 3 steps: Build solution Do unit tests Upload artifacts to FTP For FTP uploading I've used FTPUpload plugin, taken from ...
1
vote
1answer
29 views

teamcity run build as specific user

I have a need to execute build on a configuration under a specific user ID. How can I do this? I cannot switch the agent service to run as this user ID becuase I need to use this user or production ID ...
1
vote
1answer
89 views

Where does a TeamCity build agent get its path environment from?

I'm trying to set up TeamCity to build my project, but my psake buildscript fails, with the reason being narrowed down to its inability to find the git executable, which is supposed to be on the path. ...
1
vote
2answers
75 views

How to integrate Cobertura into Teamcity 6.5 build and get code coverage history?

I would like to integrate Cobertura into my Teamcity build. I'm using this link as a starting point: http://jroller.com/ulc/entry/teamcity_2_custom_report_integration But as far as I can tell that ...
1
vote
1answer
35 views

How do i build a custom build with an older revision(svn) than in teamcity registered?

I have an older revision "1xx" in SVN, which I would like to run with TeamCity via custom-build. The TeamCity project was not established until the revision of 2xx, so that I can choose when you ...
1
vote
0answers
84 views

TeamCity 6.5.4 and Mercurial [closed]

Is anyone experiencing really slow builds using Mercurial and Team City 6.5. Takes like 10 minutes showing(Checking for changes...) and then runs the build. Any help!
1
vote
0answers
72 views

Teamcity and multiple maven dependencies trigger

Suppose I have an artifact A. It has snapshot dependency on artifact B. And artifact C has dependencies on both A and B. I have 3 teamcity builds (for A, B, C) with Maven Snapshot dependencies ...
1
vote
0answers
95 views

TeamCity 6.x and Mercurial via SSH (on Windows)

I'm trying to reconfigure our TeamCity build server (running on WIN 2008) and switch from SVN to Mercurial repository. I use the following link as Configuring Mercurial (Hg) with TeamCity over SSH at ...
1
vote
2answers
213 views

PartCover with TeamCity

I'm trying to setup partcover for .net 4 on x64 machine with TeamCity. Tests are executed, but coverage report shows 0 coverage. I'm getting the following message in log: No executable code was ...
1
vote
3answers
397 views

TeamCity's AssemblyInfo patcher's number format

I once had TeamCity + WiX + MSBuild Community Tasks working. Now that I've upgraded to WiX 3.5, I can't remember how I had configured it. :) As I was poking through TeamCity, I came across the ...
1
vote
1answer
116 views

Is it possible to force TeamCity to create one build for each SVN commit?

I have the follow configuration in my TeamCity: 2 Projects and each project some build configurations My problem is that whenever TeamCity is building a project and a new Tag is created (e.g: ...
0
votes
0answers
8 views

Combining artifacts in TeamCity

I've looked through a fair number of these discussions with no success so far. Our build process (on TeamCity 6.5.5) produces two folders, A and B. We are currently zipping folder B for deployment ...
0
votes
2answers
12 views

“Trigger on changes in snapshot dependencies” does not seem to work properly

I'm using TeamCity 6.5.1 with one project and about 10 build configurations. I have a dependency chain akin to Core -> Framework -> Apps. Framework has a dependency on Core, and the Apps depend on ...
0
votes
0answers
13 views

Trouble configuring TeamCity and dotCover

Im trying to configure TeamCity 6.5 with inbuilt NUNIT and bundled dotCover. For reasons I do not understand dotCover Merge command fails, along with all subsequent commands with some non-zero exit ...
0
votes
1answer
20 views

In teamcity, I have a batch of mstests running after the .sln file gets built. When the tests fail, I don't get emailed. Why?

My email notifier in teamcity works well when the compilation fails. I have it set to notify me of failures and also the first success after the failure. But when one test fails, I don't get an ...
0
votes
0answers
11 views

Can you avoid downloading asset dependency with TeamCity when build agent on same server?

I'm using Teamcity 6.5 for continuous integration and deployment. I have CI builds configured that compile and unit test my code that run when code changes are detected. I have a 2nd deployment ...
0
votes
0answers
6 views

TeamCity Build Triggering - exclude changes in a specific directory

Our build process generates a couple of files (with extension .file for sake of argument) that are automatically checked into git at the end of the process. This checkin triggers a new build so we ...
0
votes
2answers
35 views

What is the correct VCS Username settings with Github so that “My Changes” works correctly?

I have a TeamCity continuous build process setup for a personal GitHub project which works well. However, in TeamCity I want to see a list of commits under My changes. Under VCS Username Settings I ...
0
votes
0answers
11 views

How to configure the TeamCity Addin for Microsoft Visual Studio

How can I configure the add-in for VS that it can connect to TeamCity server... Do I need to install something on the CI server?
0
votes
1answer
21 views

Why all the endless failed to start build errors in my TEAM CITY server log file?

[2012-01-25 17:03:09,186] WARN - jetbrains.buildServer.SERVER - Failed to start build: null, error: java.lang.NullPointerException I just keep getting these errors as my build agent sits idle ...
0
votes
1answer
34 views

Why is my TeamCity Admin user no longer an Admin user after I switch over to NTLM authentication?

Just installed teamcity 6.5.6 after uninstalling 6.5.4 after trying to implement a svn 1.7 plugin that seemed to have buggered up my TC configurations. Trying to revert back to working times so I did ...
0
votes
0answers
20 views

Upgrade Teamcity from version 4 to 6 without losing build history

Does anyone have experience of upgrading Teamcity server from version 4 to version 6 without losing all the build history? Since I am not able to run a direct upgrade on our existing Teamcity server ...
0
votes
1answer
58 views

TeamCity Rake Environment Variables Encoding::UndefinedConversionError: “\x84” from ASCII-8BIT to UTF-8

We're having issues with the character "รค" when output to a file in a rake build. It's being passed to rake as part of a string in a TeamCity environment variable. It's then output to a file with the ...
0
votes
1answer
46 views

Starting teamcity 6.5 manually results in java.lang.NoClassDefFoundError

I try to start teamcity manually but I get an error: *Exception in thread "main" java.lang.NoClassDefFoundError: jetbrains/buildServer /agent/Check* First I stop the windows service: C:\>net ...
0
votes
1answer
72 views

porting a CruiseControl build config to TeamCity

I have a bunch of MSBUILD files that we used with CrusieControl. I'm trying to use these with TeamCity. It looks like the MSBUILD proj files that we're using are expecting parameters from ...
0
votes
1answer
59 views

Team City - Adding a new build agent on the build server

I am trying to add a new build agent on the build server (team city 6.5.5) - I was able to add a new agent but now the first one is disconnected and second one is running, I think there is some ...
0
votes
1answer
54 views

TeamCity, passing an id generated in one build step to a later build step

New to TeamCity. I have multiple build steps. Step 3 generates an id that is needed in step 4. What is the best way to pass the id (a string) between step 3 and step 4? The build steps are written ...
0
votes
1answer
140 views

Teamcity Agent Setup: Incompatible runner: NAnt, Missing VCS plugins on agent: Subversion

I seem to not have the right properties set on my agent. What property value pairs do I have to specify in my buildagent.properties file in order to use NAnt and Subverison? Currently my agent is ...
0
votes
1answer
41 views

StatLight hangs when run from TeamCity as single command

I'm running TeamCity 6.5 on a Windows Server, with a couple of build agents on the same server (all running as the system user as services). I had been building SilverLight projects and running the ...
0
votes
1answer
61 views

Teamcity: Drop-Down list for Configuration parameters

I am using Teamcity for automated deployment process in our application. It's a parametrized build where users will specify the environment, build location etc etc ... Now, the thing is, can I get ...
0
votes
0answers
24 views

triggering a build using HTTP with a specific dependency version

I am trying to write a script that tests a build with different versions of one of its depenedncies on Teamcity, e.g. search through different versions of a library to find the application's ...
0
votes
2answers
187 views

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 ...
0
votes
1answer
107 views

Disable artifact publishing if build fails in TeamCity

My build scenario is like this (simplified): Compile Package (*.zip) Deploy to test environment Run tests over the environment If tests fail TeamCity still publishes artifacts. This is unnecessary ...
0
votes
0answers
27 views

Is it possible to pass a Build number via http REST command to the server to start new build using this passed in build number?

I tried something like that: http://testuser:testpassword@localhost/httpAuth/action.html?add2Queue=bt10&name=xbuildnum&value=4.5.6786.4 I created a system property called xbuildnum and set ...
-1
votes
1answer
45 views

Specify agent name using teamcity service messages

In TeamCity, Is there anyway to specify the name of an agent using TeamCity service messages?