Questions tagged [teamcity-7.1]

Version 7.1 of Teamcity, a Java-based build management and continuous integration server from JetBrains.

Version 7.1 of Teamcity, a Java-based build management and continuous integration server from JetBrains.

Release date: 7 August 2012

More info about the product: https://www.jetbrains.com/teamcity/

74 questions
8
votes
1 answer

Teamcity - Incompatible Agent configuration

I am trying to create a Build Configuration in TeamCity. I do have a Agent setup properly and I do have many projects properly working on TeamCity before. This is just a new configuration I am trying to create, however, my current teamcity agent…
Rohit
  • 848
  • 3
  • 15
  • 31
8
votes
1 answer

How to display msbuild errors on the overview page from TeamCity

I want to use PowerShell with Psake and TeamCity to configure my CI. I used to standard Msbuild runner but now I wrote my own script for building solution but I have problem when msbuild failed. When I was using Msbuild runner and build failed then…
Adam Łepkowski
  • 2,048
  • 1
  • 24
  • 41
7
votes
1 answer

Teamcity fails to publish artifacts and stop builds

I'm having an issue with TeamCity that is proving very difficult to solve for a number of reasons. I've looked around and not found any useful answers so far. We have a teamcity server running on port 8080 with two agents connecting to it on ports…
GlacialSpoon
  • 277
  • 3
  • 13
6
votes
2 answers

Force build to top of queue when triggered

I have a single agent and many builds. There are frequently several builds in the queue that take an hour a piece to execute. I want to trigger daily at a specific time a build which takes less than five seconds but needs to run immediately (next in…
sirdank
  • 3,351
  • 3
  • 25
  • 58
6
votes
2 answers

build trigger based on checkins to specific folder in a GIT repo in teamcity

I have a GIT repo for my project with 2 folders - Client and Server, containing corresponding code in each folder. I would like to have two teamcity build procedures, one each for client and server code changes. In the current setup, the entire GIT…
praskris
  • 479
  • 5
  • 15
6
votes
1 answer

TeamCity ambiguous build failure

I am having trouble with my build for TeamCity. When I build the project locally, it compiles correctly, however, when TeamCity runs, the build fails with error Build failure condition: Process exited with code 1. I have two separate projects with…
5
votes
3 answers

Teamcity rerun specific failed unstable tests

I have Teamcity 7.1 and around 1000 tests. Many tests are unstable and fail randomly. Even a single test fails the whole build fails and to run a new build takes 1 hour. So I would like to be able to configure Teamcity to rerun failed tests within…
Nikolay Kuznetsov
  • 9,467
  • 12
  • 55
  • 101
5
votes
1 answer

TeamCity url to view report tab of latest build

Here is the url to a custom report tab of a specific build: http://teamcity/viewLog.html?buildId=1738&buildTypeId=bt16&tab=report_TODO_items What I cannot figure out is how to change that URL to always point to the latest build (finished or…
slolife
  • 19,520
  • 20
  • 78
  • 121
5
votes
3 answers

Teamcity NuGet Repository corruption

So, my google-fu is weak... I could not find another instance of my errors. I've been having problems with my teamcity nuget repository since a day. NuGet downloads from the repo fail with unexpected EOF's or corrupt package warnings. As far as I…
Remco Schoeman
  • 515
  • 7
  • 12
4
votes
1 answer

Replicate msbuild command from TeamCity

I have a TeamCity build which uses msbuildbootstrap to run msbuild. I want to run the same msbuild command on my local machine, but I don't know what parameters TeamCity is passing it. The logs don't say. [Step 1/3] Starting:…
James James
  • 347
  • 3
  • 9
4
votes
0 answers

How to run Visual Studio 2012 tests on TeamCity 7.1?

For Visual Studio 2012 solutions I have previously been using the MSTest 2010 option with a .testsettings file without any problems on TeamCity 7.1. However since this is now outdated I would like to use the new .runsettings file. I see that you can…
row1
  • 5,568
  • 3
  • 46
  • 72
4
votes
0 answers

Teamcity build failing when using SVN

I am using TeamCity Enterprise 7.1 and when trying to run a build using SVN as VCS root, I get below errors - I have completed successful builds earlier also. I just copy the configuration from previous build configuration and rename it with…
user3256114
  • 119
  • 1
  • 13
4
votes
1 answer

How do I reproduce a local build based on TeamCity configuration?

I am starting work with a new codebase that has the automated builds in TeamCity. The dependencies are defined in TeamCity configuration which takes parts of build artifacts from other builds and extracts them to a "lib" subdirectory of the project…
chrish
  • 2,352
  • 1
  • 17
  • 32
4
votes
1 answer

Powershell script can't find module when run via -File param

I have a powershell script (.ps1) that I am telling TeamCity to run in order to deploy some applications. The problem is, when TeamCity executes the script, some Modules aren't available. Teamcity is invoking powershell from…
Michael
  • 1,535
  • 2
  • 17
  • 32
4
votes
2 answers

TeamCity Snapshot Dependency GitHub branch

I have a pipeline TeamCity 7.1 project with multiple configs. Config "MyBuild" builds a project for a VCS Root pointed at a GitHub repo with multiple branches and has Branch Specification = +:refs/heads/* Config "MyDeploy" deploys the package…
BaltoStar
  • 8,165
  • 17
  • 59
  • 91