Skip to content

Problems Investigation

Dmitry Tretyakov edited this page Jun 7, 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 with any value, e.g. teamcity-investigation=true. TeamCity will recognize it as "investigation build agent" with "Stopped" status and Azure plugin would not automatically control it's state until teamcity-investigation tag will be removed.

Note: build agent machine remains connected to TeamCity server, if you want to disable automatic scheduling new builds on it Disable build agent.

Clone this wiki locally