Questions tagged [teamcity-6]

TeamCity 6 is a major release of JetBrains' TeamCity continuous integration server.

TeamCity 6 is a major release of JetBrains' TeamCity continuous integration server.

As with all tags with version numbers, please use this tag only for questions which are actually specific to TeamCity 6, and always tag such questions with the non-versioned tag as well as with this tag.

15 questions
44
votes
5 answers

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. When I start a PowerShell and execute the thing…
7
votes
1 answer

How do I set TeamCity to not produce build artifacts when the build fails?

How do I set up TeamCity so that it does not publish build artifacts if the build fails because a unit test failed? I'm pretty sure it worked this way prior to version 6.0, but since upgrading to 6.0 it always produces artifacts even if a test…
Jamie Ide
  • 48,427
  • 16
  • 81
  • 117
6
votes
2 answers

Improving speed of checkout from git (from github)

I'm using git and TeamCity v6.0 in a Windows environment. I have just switched over from server side checkouts to checkout on agents because of IO issues, however... Initial checkout has become exceeding slow from ~ a minute to >45 minutes. Once…
James Woolfenden
  • 6,498
  • 33
  • 53
5
votes
2 answers

How to permanently change a system property in TeamCity 6 from a build step

I have found a way to change a property in TeamCity: ##teamcity[setParameter name='ddd' value='fff'] But unfortunately this change only occurs for the current build. I want this change to be PERMANENT, but TeamCity only changes this for the current…
Tjaart
  • 3,912
  • 2
  • 37
  • 61
2
votes
2 answers

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 will only give me a current snapshot of the…
Ryan Walls
  • 6,962
  • 1
  • 39
  • 42
2
votes
1 answer

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 custom build only the revisions to 2xx. How do I find…
Manuel S.
  • 21
  • 1
2
votes
0 answers

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' it strange because Teamcity agents correctly…
yura
  • 14,489
  • 21
  • 77
  • 126
1
vote
1 answer

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 a drop down list to select these parameters from a…
Arpit
  • 6,212
  • 8
  • 38
  • 69
1
vote
2 answers

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 detected. The issue could be caused by one of the…
Sly
  • 15,046
  • 12
  • 60
  • 89
1
vote
1 answer

Adding Report watching makes the Ant tests really slow

We are using TeamCity 6.0.2 and have a build configuration that runs SoapUI tests. The tests themselves run in approx. 45 seconds when running in command line. To see the results of the test, we use Ant JUNit report watcher with this Report paths…
Niklas Wulff
  • 3,497
  • 2
  • 22
  • 43
1
vote
2 answers

How to increment the Assembly version on each build in TeamCity

How to increment the Assembly version on each build in TeamCity using Build Runner Type Visual Studio Sln File?
Saghar
  • 693
  • 2
  • 12
  • 24
0
votes
1 answer

How can I add a tab at the top of the teamcity main page

We're trying to add a new tab on the top of teamcity's main page next to the Projects/My Changes/Agents/Build Queue area. Is there any way to do this with the current API?
AndrewVos
  • 1,297
  • 2
  • 14
  • 25
0
votes
0 answers

Restore teamcity with just mysqldump backup of the DB?

Lost Teamcity 6.0 server but have a mysqldump backup of the Database that was taken during MySQL migration. I'm not sure what can be restored with it yet, is the DB backup is any good?
John
  • 9
  • 1
0
votes
3 answers

TeamCity output artifacts not published to IIS7 folder

I am trying to set up TeamCity to build and deploy an ASP.NET MVC application. I have the setup running successfully on other servers using TeamCity 4.5, but the new server is running TeamCity 6, and I am having trouble getting it to work as…
0
votes
1 answer

TeamCity 5.X: REST Documentation

TeamCity 5.X REST documentation directs us to a plug-ins page that is not TeamCity 5.X specific. I just recently realized this, and it seems that some of the functionality such as the running:true build dimension are not supported until TeamCity…
brandogs
  • 829
  • 7
  • 14