5

We're currently moving most of our internal servers to Hyper-V VMs. At some point we'll do the same for our TeamCity build agents.

I'm wondering whether we can use the Cloud Agent feature of TeamCity to elastically spin up VMs when needed. Is this possible? Is there a plugin for this? We're using System Center Virtual Machine Manager, if that makes it easier.

4

2 回答 2

2

As far as I know there are no out of the box plugins for System Center. However, there are two plugins which can be used as a reference if you chose to write your own:

于 2012-04-05T16:23:36.113 回答
1

您始终可以在构建过程中使用 PowerShell 进行虚拟机管理。如果我没记错的话,Virtual Machine Manager 只是一个用于执行 PowerShell 命令的 gui 外观,并让您能够在执行之前复制和粘贴命令。

于 2013-04-16T04:41:44.437 回答