Bamboo 2.2 : Post-Build Processing in Bamboo 2.0
This page last changed on Mar 26, 2008 by ahempel.
Due to Bamboo 2.0's support for distributed builds, the plug-in point for performing post-build processing has been split into two: CustomBuildProcessor: These plug-in modules are executed on the agent. They have access to the build filesystem, but not to any Bamboo managers. CustomBuildProcessorServer: These plug-in modules are executed on the Bamboo server, once the build result has been transmitted from the agent. They have access to Bamboo managers, but they are not guaranteed to have access to the build filesystem. If you have a plug-in that needs to read data from the build filesystem, and make use of Bamboo managers to retrieve and/or store data, you must use the following approach: On the Bamboo agent:
Then, on the Bamboo server:
|
![]() |
Document generated by Confluence on Mar 09, 2009 17:07 |