This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Jan 12, 2012 10:52 PM by Yegor Yarko  
Pascal Berger Newbie 12 posts since
Jul 12, 2010
Currently Being Moderated

Jan 9, 2012 11:58 AM

Shuting down cloud agents after build finishes

I'm writting a plugin for VirtualBox, based on the VMWare plugin. I also need to functionality to shutdown the virtual machine after a build has finished. Is there any API to achieve this?

 

Thanks

Pascal

Yegor Yarko JetBrains 1,458 posts since
May 5, 2004
Currently Being Moderated
Jan 12, 2012 10:52 PM in response to: Pascal Berger
Re: Shuting down cloud agents after build finishes

Pascal,

 

> I'm writting a plugin for VirtualBox, based on the VMWare plugin.

 

Cool! Please consider making it publicly available for other users to benefit.

Please do not hesitate to ask any related questions that you have along the task.

 

> I also need to functionality to shutdown the virtual machine after a build has finished. Is there any API to achieve this?

 

Yes, plugin should be able to achieve that with the use of StartingBuildAgentsFilter extension: the agent can be excluded from more builds assigning and shut down in the meantime.

 

However, there are chances we will turn to TW-11893 in 7.0 or 7.1.

More Like This

  • Retrieving data ...