|
Currently, there are two ways to extend a Build Agent:
In this section: Plugin DescriptorSpring container is used on the agent and server side. An example of plugin descriptor file is described in the Server-Side Extensions section. Package your build agent plugin as a zip archive with the following content: <pluginName> <pluginName>/lib/ <pluginName>/lib/pluginJar1.jar <pluginName>/lib/pluginJar2.jar <pluginName>/otherDir/ <pluginName>/otherDir/someFile.txt This archive will be unpacked in the plugins subdirectory during the build agent installation: buildAgent/ buildAgent/bin/ buildAgent/lib/ buildAgent/plugins/<pluginName>/ buildAgent/plugins/<pluginName>/lib/pluginJar1.jar buildAgent/plugins/<pluginName>/lib/pluginJar2.jar buildAgent/plugins/<pluginName>/otherDir/ buildAgent/plugins/<pluginName>/otherDir/someFile.txt Writing an Ant Extension
DeploymentTo deploy a build agent plugin:
|
Comments (1)
Apr 24, 2008
Yegor Yarko says:
Agent plugin sample:Agent plugin sample: http://www.intellij.net/forums/thread.jspa?messageID=5213711