JetBrains / teamcity-azure-agent

TeamCity support for Azure cloud build agents
Apache License 2.0
48 stars 22 forks source link

Plugin does not see started instances on existing VM #121

Closed wooferclaw closed 4 years ago

wooferclaw commented 4 years ago

Description

I create cloud profile and add existing VM as cloud instance. In this case it cannot connect cloud build agent with this already running instance. As a result it thinks that buildagent is idle, while defacto it is running builds, so it stops the VM during running build.

Environment

Diagnostic logs

idle_VM

IlyaFomenko commented 4 years ago

Azure plugin matches existing VM via azure.instance.name property. Please specify it as described here

wooferclaw commented 4 years ago

Thanks for the quick response, that helped. Now everything works as expected.