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/

76 questions
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
  • 1,918
  • 1
  • 21
  • 38
8
votes
2 answers

How to hide TeamCity configuration for selected users?

I have one TeamCity project Dac.Test that contains 3 configurations: DEV, QA, PROD. Also I have some users associated with their Roles. Is this possible to hide / show certains configurations for selected users or groups? For example: Users…
Dariusz
  • 12,358
  • 6
  • 46
  • 66
7
votes
0 answers

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
  • 267
  • 1
  • 13
5
votes
1 answer

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
  • 449
  • 5
  • 13
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
  • 435
  • 5
  • 10
5
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…
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
  • 157
  • 1
  • 7
4
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
  • 2,704
  • 2
  • 20
  • 45
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,368
  • 3
  • 42
  • 67
4
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
  • 8,896
  • 9
  • 49
  • 94
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
  • 99
  • 1
  • 11
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,152
  • 14
  • 28
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
  • 6,511
  • 13
  • 46
  • 67
4
votes
1 answer

How can I disable the Qualifier 'this.' is redundant rule in TeamCity Code Inspections?

I use Resharper's StyleCop integration when I am writing code to give me consistently styled code. I am using the full standard rule set. This leads to Resharper regularly reminding me about SA1101: Prefix local call with "this.": The call to XXX…
AlSki
  • 6,820
  • 1
  • 26
  • 38
4
votes
1 answer

How to make a TeamCity build wait until all of its artifact dependencies are rebuilt?

I have a TeamCity project with a few types of build configurations: Application packages, containing various application components and built from various subtrees in version control Role packages, combining the application packages together in…
Jesse McGrew
  • 1,819
  • 17
  • 28