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
January 20, 2011 11:42
The right way is to implement new ProcessListener interface and handle output there. The list that returned from getListeners() is readonly. To return additional listeners you may copy the list and...
Community
TeamCity Plugin Development
Override LoggingProcessListener?
0 votes
Created
September 22, 2010 12:34
Your code crashed in the server because of classes isolation that is done while plugins are loaded. .NET plugin have configuration that prescribes loading it's classes to separated classloader, thu...
Community
TeamCity Plugin Development
Report custom runner output
0 votes
Created
October 27, 2011 08:58
This is the right code sample. Please note, you may only use ArtifactsPublisher while agent is running a build. Note, it is not possible to use publisher in buildFinished() event, but possible to u...
Community
TeamCity Plugin Development
Adding an artifact when running a plugin
0 votes
Created
September 16, 2011 11:57
Hello, In TeamCity build agent and server we widely use Spring Framework. In particular we use dependency injection. Most of open api services are available as spring bean. Please take a look at so...
Community
TeamCity Plugin Development
get ArtifactsWatcher instance
0 votes
Created
August 03, 2011 11:41
CommandLineBuilder utility is used to quote parameters in the right way.To tell the truth, quoting a part of parameter is not the right way of quoting commandline arguments. The right thing is to q...
Community
TeamCity Plugin Development
CommandLineBuilder seems to be enclosing my parameters in quotes even if they already exist
0 votes
Created
March 27, 2012 12:41
I meant the plugin is packed right. I have not tried to load it. The next steps could be - start agent under debugger with suspend=y - put braskpoints into static constructor - attach debugger - ma...
Community
TeamCity Plugin Development
Plugin Deployment Problem
0 votes
Created
March 27, 2012 15:11
I also noticed, you have 2 same enties named META-INF/build-agent-plugin-accurev.xml in accurev-agent.jarYou sould extend your extension from jetbrains.buildServer.agent.vcs.AgentVcsSupport.The int...
Community
TeamCity Plugin Development
Plugin Deployment Problem
0 votes
Created
March 28, 2012 16:56
To start with, you need to create a spring bean class that extends from jetbrains.buildServer.agent.vcs.AgentVcsSupport.In the class implement: - getName() = returns VCS plugin name (should be the...
Community
TeamCity Plugin Development
Plugin Deployment Problem
0 votes
Created
March 30, 2012 09:46
Hello, We have 2 types of teamcity-plugin.xml files. One is for build agent (that you have), another one is for server. The server plugin is a .zip file with - teamcity-plugin.xml in the root - a...
Community
TeamCity Plugin Development
Plugin Deployment Problem
0 votes
Created
March 30, 2012 09:30
Hello, Agent and Server plugins uses slightly different API subsets. It is pussible to put classes into one .jar file. Still you need to have 2 copies of those .jar files in server plugin package. ...
Community
TeamCity Plugin Development
How to have agent plugin with configuration UI on server?
0 votes
«
First
‹
Previous
Next
›
Last
»