Custom agent plugin not deployed when new agent starts
What is the method to enable a plugin to be downloaded by the agent when it begins. I created a zip file containing the agent plugin as specified at http://www.jetbrains.net/confluence/display/TW/Plugin+Development, but where do i place it?
I put it in the agent's plugin directory and it gets deleted when the I restart the agent. Where is the agent pulling the agent plugin zip files from ?
Any hints would be greatly appreciated.
Thanks
Please sign in to leave a comment.
I figured it out. deploy zip to /WEB-INF/update/plugins and teh agents update automatically
I should fully read the documents before posting.
Thanks
Hi,
May I ask you, what kind of plugin have you written?
Kind regards,
KIR
I have written one that extends the simple command line build runner. It gives us a couple more property to set plus i can customize the name.
As i posted in a previous post, i managed to get it to deploy.
Thanks
J