Reputation: 327
I am using TeamCity Deployer for code deployment.
The issue I am facing has never happened before for me. The code I am trying to deploy is taking forever, from the build it looks like it is stuck at a sql script, but there since the process has not exited, I can't say for sure.
It does deploy to my DEV server, but not to another TEST server. Goes "overtime" on the TEST server.
Could anyone tell what could be causing this issue ? and how to find it out?
Upvotes: 1
Views: 474
Reputation: 7025
Without seeing the logs is hard to say. Probably would be:
Apart of this, your deploy seems "failing to fail". I will address that too.
Also if I were you I would add a temporary Build Failure Condition to force the fail of the build and make the build red. You can add "it runs longer than x minutes" or "Fail build on specific text in build log". This wouldn't fix your problem but you will have a red build that is much better than a stuck build...
Upvotes: 1