-
Notifications
You must be signed in to change notification settings - Fork 22
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.
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
.
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 "Error" status and would not automatically control it's state util teamcity-investigation
tag removal.