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
1
vote
1 answer

TeamCity Email Notifications

I want to configure TeamCity to send an email to a couple users - but not all the users of TeamCity. I'm aware that users can individually subscribe to notifications on failure of specific builds, but I'd like to send the email without the users…
Speerian
  • 1,138
  • 1
  • 12
  • 29
1
vote
1 answer

Team City: Cannot Redeploy to Tomcat7

I have a build configuration that uses the Team City deployer plugin. I'm using a container deploy to deploy the war file to Tomcat.7.0.63 installed as a service on a Windows Server 2012 R2 box. The first time I run the the build, the artifact (a…
Pytry
  • 6,044
  • 2
  • 37
  • 56
1
vote
1 answer

TeamCity SMB deployer - artifacts to flatten folder structure

My last build step in my TeamCity 9.1 project configuration uses the SMB deployer to copy files to a shared network drive (which we use to deploy the version to our users). The copy is performed fine but the deployer somehow creates all the folders…
Damascus
  • 6,553
  • 5
  • 39
  • 53
1
vote
1 answer

Unsupported Media Type when updating values using the TeamCity REST API

I have a Powershell script that I use to synchonize various projects parameters. The relevant code I use to update a project parameter is: $propName = "ReleaseNumber" $propValue = "10.0" Invoke-RestMethod -method Put -uri…
arcain
  • 14,920
  • 6
  • 55
  • 75
1
vote
1 answer

TeamCity 9.1.1 upgrade not working

I'm currently using TeamCity 9.0 with MS-SQL as the repository. I want to upgrade to version 9.1.1. I run the installer and I see 9.0 being uninstalled, followed by the 9.1.1 installation. After the installation is done TeamCity won't come back. The…
oscarmorasu
  • 901
  • 3
  • 11
  • 28
1
vote
1 answer

What is the snapshot dependencies in TeamCity?

I've been reading the following two links to grab the idea of the snapshot dependencies. https://confluence.jetbrains.com/display/TCD8/Build+Dependencies+Setup http://blog.jetbrains.com/teamcity/2012/04/teamcity-build-dependencies-2/ But I just…
Infinity Challenger
  • 1,090
  • 10
  • 19
1
vote
2 answers

How do I track down where/why I get this message "Incompatible runner: OctopusDeploy: Create release"

I have completed fresh installs of TeamCity and Octopus, I have previously got all of the builds working and producing a build in team city and then manually creating a release in octopus and releasing. All good. I want to get to the next level of…
julian guppy
  • 411
  • 1
  • 4
  • 21
1
vote
3 answers

TeamCity Visual Studio Build Runner Requirement

We're running TeamCity 9.0.3 and have had Visual Studio 2010, 2012 & 2013 full install on our build server for years now. I know for a fact that we need certain Visual Studio targets in order to deploy our applications but I'm convinced we don't…
ShaneC
  • 2,237
  • 2
  • 32
  • 53
1
vote
1 answer

Failed to start build #XXX on agent, disable the agent?

I have a set of Java GUI tests on Windows that sometimes fail to cleanup a file or a window due to a lock. The next time any test starts I get a "Failed to start build #XXX on agent" message. The build then fails very quickly on that agent, which…
MartinTeeVarga
  • 10,478
  • 12
  • 61
  • 98
1
vote
3 answers

Create users with only view privilege in TeamCity

I am the administartor of TeamCity 9.0 which is my continuous integration server. I have added many users for different projects. They have the permission to manually trigger the build, but they cannot edit the configurations. Now , I need to add a…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
1
vote
1 answer

TeamCity - Specifying the previous build version as build step parameter

I have a project in TeamCity where one of the build steps calls an exe with parameters consisting of currentReleaseId/PreviousReleaseID. Current release is simple enough because I can just use %build.counter% built into TC. Does anyone know how can…
3lysium
  • 103
  • 3
  • 13
1
vote
1 answer

How to deploy a WCF service library with teamcity

I have an old WCF Self-Hosted service (wcf service library project) So far, this has been published manually in visual studio by right clicking the project, and selecting "Publish". But I now want to automate this process in teamcity, but there is…
Morten Nilsen
  • 621
  • 7
  • 18
1
vote
1 answer

Build dependencies and local builds with continuous integration

Our company currently uses TFS for source control and build server. Most of our projects are written in C/C++, but we also have some .NET projects and wouldn't want to be limited if we need to use other languages in the future. We'd like to use Git…
1
vote
1 answer

TeamCity won't build with NUnit class library

I have a .NET solution set up that has the main ASP MVC project and then a class library project that has had NUnit added to it for unit tests. When I build the solution in TeamCity the main project builds fine but then when the test project builds…
1
vote
0 answers

Mstest takes longer to run when using teamcity

I have a teamcity build that runs tests using the mstest2012 test runner. The duration of tests were reasonable but over time it became slower and slower to the point that it takes almost an hour to run. When running the tests using the standalone…