Questions tagged [teamcity-5.1]

Minor release of TeamCity adding additional features and enhancements to TeamCity 5.1

TeamCity 5.1 is a minor release of and adds additional features and enhancements to .

What's New in TeamCity 5.1

Enhancements include:

Notifications

TeamCity notification templates are now based on the Freemarker which provides great customization abilities. Moreover, we brushed up the templates - now they contain more useful information and look better. For example, Email notifier uses HTML for email messages.

Templates

Inherited build configurations are now more customizable. You can add more triggers and VCS roots than is defined in the template itself.

21 questions
0
votes
2 answers

Getting SetUp method failed. System.Runtime.InteropServices.COMException

I am running tests that needs to open a new instance of IE everytime for new test. My first test passes and closes the IE at the end and then my next test has to open a new IE but It failing at that point and giving me following error SetUp method…
atif
  • 1
  • 2
0
votes
1 answer

How to version/update AssemblyInfo.cs of assemblies shared by others that are deployed independent?

I've got a legacy solution with multiple project references. Two of those projects are deployed independently, and both reference the other projects. Currently the versioning is purely manual, but I'd like to automate the process (of updating the…
Martin R-L
  • 4,039
  • 3
  • 28
  • 28
0
votes
1 answer

MSBuild, clear out multiple files in a project

I am getting the following error when trying to clear out files within my project LC error LC0000: 'Could not find file 'E:\CI\BuildServer\RMS-Transition\Group\dev\Controls\Properties\licenses.licx'.' My MSBuild task looks like this...
Jon Erickson
  • 112,242
  • 44
  • 136
  • 174
0
votes
1 answer

Problems using teamcity command line to perform ssh remote login

I was wondering if anyone has tried using teamcity's command line builder to perform ssh remote login. Right now, I would like to automate some testing on a QNX neutrino OS which is currently unsupported by teamcity. As a work around, I setup a ssh…
lzuwei
  • 1
  • 1
0
votes
1 answer

TeamCity build agent continually "Unable to start upgrade: Connection reset"

My TeamCity agent is contniually trying to download upgrades from the TeamCity server. It always downloads the files, then fails to start the installation, with the error: WARN - jetbrains.buildServer.AGENT - Unable to start upgrade: Connection…
goofballLogic
  • 37,883
  • 8
  • 44
  • 62
0
votes
1 answer

Is it possible to use an Idea 9 Android module in a Teamcity IPR runner?

As per my question here... http://www.jetbrains.net/devnet/message/5261667#5261667 Is it possible to use TeamCity with an Idea 9 project project that has 3 .iml modules where 2 are Java based and 1 in an Android module?
benstpierre
  • 32,833
  • 51
  • 177
  • 288
1
2