-
Notifications
You must be signed in to change notification settings - Fork 22
Problems Investigation
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 "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.