I have JIRA and TeamCity running on two separate servers both accessible via HTTPS and self signed certificates.
Does anyone know how to use the TeamCity REST API to find out which builds are currently running, and how fa开发者_如何学编程r through they are (elapsed time vs estimated time)?The URL returns what yo
I have a unit-test that relies on a specific culture. In FixtureSetup, I set both Thread.CurrentThread.CurrentCulture and Thread.CurrentThread.CurrentUICulture to the desir开发者_如何学Goed value (e
TeamCity 5.X REST documentation directs us to a plug-ins page that is not 开发者_Python百科TeamCity 5.X specific. I just recently realized this, and it seems that some of the functionality such as the
We are using Team City, and running a duplicates test. It has found several duplicates, but I am wondering how the cost is calculat开发者_C百科ed and if we should use that to prioritise fixing the du
We have been having an issue with our project\'s Continuous Integration. Occasionally, we want to try to clean all of the files on build within TeamCity in its checkout directory. Whenever we try to d
I\'ve been googling how to connect to a TeamCity server and download a specific .war file. No luck. I\'m writing an application that needs to connect to TeamCity, download a war file, upload it to a
When using TeamCity to manage .net projects, we like to use dotCover to evaluate our code coverage.In开发者_JS百科 the past using NCover, there was a way to retrieve the code coverage percentage using
I have successfully configured my project for build in TeamCity. Going a step more, I want to run a deployment script once a build completes successfully. The deployment script is a simple bash comman
I want Teamcity to run a build 开发者_StackOverflow(script) every 10 minutes, is there any way to setup the scheduler in Teamcity to achieve this?Sure, it is very easy