Comment on NuGet Package Restore with TeamCity by Maarten Balliauw
It will simply follow packages.config. No updating unless packages.config says otherwise.
View ArticleComment on Automatically Building Pull Requests from GitHub by Patrick Anarna
I’m doing this but I’m getting flooded by builds from closed merge branches.
View ArticleComment on TeamCity build status icon by Jmaxxz@jmaxxz.com
What about a code coverage badge? Similar to coveralls.io?
View ArticleComment on TeamCity 8.1 EAP (build 29790) is available by mike
Installation works. Server startup fails: jetbrains.buildServer.maintenance.exceptions.UnknownServerStartupError: Could not create the main application servlet: Error creating bean with name...
View ArticleComment on TeamCity Torrent Plugin by Sergey Pak
We don’t use BitTorrent protocol to publish artifacts to server. However, as of 8.1, all artifacts that agent produces during build execution are stored in the local (agent’s) artifacts cache. And...
View ArticleComment on First-class PHP Continuous Integration using TeamCity by sergey
PHPUnit fails with “tccoverage does not exist” http://shot.gourry.ru/20140205-qkg-159kb.jpg How can i fix it?
View ArticleComment on First-class PHP Continuous Integration using TeamCity by Maarten...
That looks like a bug! Can you try with this updated version of the meta runner? https://raw2.github.com/maartenba/meta-runner-power-pack/efe9b661e19844430e79207c38054a0368c144a5/php/MRPP_PHP_PHPUnit.xml
View ArticleComment on Automatically Building Pull Requests from GitHub by Lasse...
There are two blockers for me here (from http://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity/#comment-290): – dedicated github build trigger –...
View ArticleComment on First-class PHP Continuous Integration using TeamCity by sergey
Thanks! It works well now
View ArticleComment on TeamCity 8.1 RC (build 29848) is here by mike
Hello, Have some issues with the Teamcity 8.1a Release. It’S about the compatable build agents. I have defines the rule that a parameter has to exist but with the new Release this parameter is not...
View ArticleComment on TeamCity 8.1 RC (build 29848) is here by Pavel Sher
If you still has this problem with TeamCity 8.1, please submit an issue in our tracker with all details.
View ArticleComment on Choose a Build Agent to Run Your Personal Build by Tim Port
Will this feature be coming to tcc.jar?
View ArticleComment on Automatic Merge by Hao Li
We are using this feature in our CI process and it works as described, which is great! I’d like to make a feature request so this would fit our development model even better. Basically we would like to...
View ArticleComment on SBT runner for TeamCity by Clint Munden
I am trying out the SBT Runner plugin (for TeamCity 8.1) but I get the following message when adding builds to the queue “Incompatible runner: Simple Build Tool (Scala)”. The build sits in the queue...
View ArticleComment on SBT runner for TeamCity by Ekaterina Shliakhovetskaja
If you still experience this problem could you please send us TeamCity agent logs via our issue tracker (http://youtrack.jetbrains.com/issues/TW)? Thank you!
View ArticleComment on Automatically Building Pull Requests from GitHub by Gleb
Thanks for the article. Is there any way to access the branch name that is parent to a pull request? Or at least to get the pull request number? May be there is some TC variable or something.
View ArticleComment on TeamCity 8.1.1 bugfix release is here by Jos Krause
Having a very strange issue with our .NET 3.5 builds after the upgrade from 8.0.x to 8.1.1, it seems to “force” loading 64-bit DLL’s even though all project files and build steps are set to “x86″ for...
View ArticleComment on Control your builds queue with Build Priorities by Aung
” If a build spent long enough in the queue, it won’t be outrun even by builds with higher priority.” What’s the definition of long enough? Is it configurable?
View ArticleComment on Get TeamCity artifacts using HTTP, Ant, Gradle and Maven by...
I’m Doing the Continuous Integration for .Net Projects…I m using teamcity to compile my application and then do the automation deployment using command line… In that Teamcity once the application build...
View Article