Comment on Automatically Building Pull Requests from GitHub by Dmitry
@John, yes VCS trigger builds all the pull requests, because it doesn’t know anything about github. To build only new ones we probably need a dedicated github trigger that watches pull requests in...
View ArticleComment on Deployment Automation with Octopus Deploy and TeamCity, Feb. 12...
Deployment Automation with Octopus Deploy and TeamCity webinar recording is now available. This blog post also provides links to the sample application, Octopus TeamCity add-in and the webinar Q&A.
View ArticleComment on TeamCity 7.1.4 (build 24331) is ready by Jesse Houwing
Interesting you still call it tfspreview, while it has been out of preview for some time and is now called tfs.visualstudio.com or Team Foundation Service.
View ArticleComment on Continuous Integration for PHP using TeamCity by Zyava
Please reupload images. It is impossible to read text on them.
View ArticleComment on Continuous Integration for PHP using TeamCity by Maarten.Balliauw
@Zyava can you click on the image to see the original size and let me know if that’s better to read?
View ArticleComment on TeamCity Feature Branches by Tom Pester
Hi Maarten. Feature branches are not specific to DVCS right? We also to it in TFS. Is there a limitation to only support it for Git and Mercurial?
View ArticleComment on TeamCity Feature Branches by Dmitry
Hi Tom, TeamCity supports only DAG-based VCSes (such as git and mercurial) at this time and as far as I know TFS is not DAG-based. Please watch/vote for http://youtrack.jetbrains.com/issue/TW-23317 for...
View ArticleComment on TeamCity Feature Branches by jonnii
you can kind of do it with TFS if you use a check out rule with a variable. Something like: +:%env.SourceBranch%=>./ Unfortunately you’ll have to trigger each non-master branch build manually.
View ArticleComment on TeamCity Feature Branches by Dave
How can we have (email) notifications include the branch name? Is that possible?
View ArticleComment on TeamCity Feature Branches by pavel.sher
Please watch / vote for http://youtrack.jetbrains.com/issue/TW-25487
View ArticleComment on TeamCity 8.0 EAP (build 26984) by Peter Mounce
I notice on the release notes wiki page there’s an entry “Shared resources improvements”. Could you point me at the documentation for this feature, and any youtrack issues, please? On the face of it,...
View ArticleComment on TeamCity 8.0 EAP (build 26984) by sery0ga
Hi Peter, Follow this link http://confluence.jetbrains.com/display/TW/TeamCity+Shared+Resources and you find all required documentation on shared resources. If you have any questions, please, feel free...
View ArticleComment on TeamCity 8.0 EAP (build 26984) by David Welsh
With TeamCity EAP 8 EAP out, when is the expected release date for version 8?
View ArticleComment on TeamCity 8.0 EAP (build 26984) by pavel.sher
Hi David, most likely May 2013.
View ArticleComment on TeamCity Feature Branches by Roman
Did a branch named “localhost” appear in your project out of the blue? See here: http://youtrack.jetbrains.com/issue/TW-26533
View ArticleComment on TeamCity plugin for Visual Studio by Gleb
That’s a nice one. I assume ‘Open in IDE’ doesn’t work when build server and developer machine aren’t the same workstation?
View ArticleComment on TeamCity plugin for Visual Studio by Pavel Sher
It does not matter, it should work in this case too.
View ArticleComment on TeamCity plugin for Visual Studio by Maarten.Balliauw
@Gleb as long as you have an instance of Visual Studio running it should recognize the Open in IDE call.
View ArticleComment on Load Testing with TeamCity and BlazeMeter by Ophir Prusak
I think it’s worth mentioning that BlazeMeter is 100% compatible with JMeter. You can upload your own JMeter scripts to BlazeMeter and you now have an easy way to run any JMeter script from TeamCity...
View Article