Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Eugene Petrenko
Total activity
1950
Last activity
January 18, 2016 00:44
Member since
December 03, 2007 18:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
640
Activity overview
Articles (0)
Posts (1)
Comments (1309)
Sort by recent activity
Recent activity
Votes
Created
March 22, 2013 16:19
Check web.jar or simply add all classes from <teamcity web all>/WEB-INF/lib
Community
TeamCity Plugin Development
Dynamically change build parameters
0 votes
Created
March 22, 2013 17:38
Typed parameters on TeamCtiy are only createable via Parameter class with appropriate ControlDescription.So to have extra parameters for user, I'd suggest you to 1)add parameter of type your custom...
Community
TeamCity Plugin Development
Dynamically change build parameters
0 votes
Created
February 17, 2009 18:10
Hello,Could you plase check VS can access teamcity server and there is no Firewall ban.Do you use any proxy server?Does windows tray notifier works?Thank you for report. The exception in your log i...
Community
TeamCity Plugin Development
VS 2008 plugin not connecting to server
0 votes
Created
March 03, 2009 10:24
Sorry, I meant to ask you weather you can login to TeamCity from VS plugin using server name starting from http:// or https://
Community
TeamCity Plugin Development
VS 2008 plugin not connecting to server
0 votes
Created
March 05, 2009 11:29
Could you please try debugging for exceptions.Please do the following:- start VS- open solution- start VS and attach to first started vs (the process name is devenv.exe)- open menu debug/exceptions...
Community
TeamCity Plugin Development
VS 2008 plugin not connecting to server
0 votes
Created
November 05, 2008 10:37
That's true. TeamCity plugin supports only Visual Studio 2005 and Visual Studio 2008.It's curious, why do you still use VS 2003? Do you plan any upgrades to newer version of VS?
Community
TeamCity Plugin Development
DotNet plugin
0 votes
Created
April 30, 2009 14:58
We do not provide open API for processes terminator. But you may try using it from processeTerminator.jarTo kill processes call ProcessTreeTerminator.kill method. This method will kill all child pr...
Community
TeamCity Plugin Development
Agent plugin - orphan process management
0 votes
Created
April 30, 2009 16:43
ProcessFilter is interface with default implementation ProcessFilter.MATCH_ALL.I would recommend you killing all processes on the build finish:public class Killer extends AgentLifeCycleAdapter{ @O...
Community
TeamCity Plugin Development
Agent plugin - orphan process management
0 votes
Created
February 25, 2010 18:21
RunType#getType should return the same name as the name of the folder.
Community
TeamCity Plugin Development
Custom Build Runner Issue
0 votes
Created
February 26, 2010 07:47
Starting from TeamCity 5.1 EAP it is possible to define as much RunTypes as you need inside a single plugin.Just curious, do you use NAnt runner classes inside your plugin on server or agent?
Community
TeamCity Plugin Development
Custom Build Runner Issue
0 votes
«
First
‹
Previous
Next
›
Last
»