Hi,
I have a plugin that performs a PreBuildAction (implements CustomPreBuildAction) and uses an injected AgentManager. This works on my local bamboo spun up from the plugin sdk but when installed on production bamboo with remote agents, fails during build startup with
Unsatisfied dependency expressed through constructor argument with index 1 of type [com.atlassian.bamboo.buildqueue.manager.AgentManager]
Is this incorrect and if so, how can I obtain a reference of the agentManager on remote agents for plugin execution?
Thanks,
Ram