Skip to content

Problems Investigation

Dmitry Tretyakov edited this page May 22, 2018 · 3 revisions

The following page provides possible ways to investigate problems with cloud build agents.

Deployment problems

When deployment fails Azure plugins logs errors in teamcity-cloud.log server log file and automatically removes all allocated resources to prevent incurring costs. To disable automatic removal of failed deployments set the TeamCity internal property teamcity.arm.deployment.removeFailed=false.

Software problems on cloud build agents

To investigate problems with software installed on build agents machine add teamcity-investigation tag on virtual machine. TeamCity will recognize it as "investigation build agent" with "Error" status and would not automatically control it's state util teamcity-investigation tag removal.

Clone this wiki locally