Upgrading from 5.0.x to latest build: build runner error!
Hi, i have upgraded to latest build of teamcity and now the local BuildRunner tells me:
This agent supports the following build runners:
- Command Line: Simple command execution
So no sln2008, etc...
How I have to do for recover the build agent?
Please sign in to leave a comment.
Mauro,
What version of the build you used for upgrade?
It seems that the agent upgrade has not happened. During upgrade build agent downloads supported build runners from the server and installs them. If this process is interrupted, this may result in a build agent with some missing build runners. Could you please provide agent (placed in <agent home>/logs directory) and server logs (placed in <TeamCity home>/logs directory)? We do need them to start investigating the case.
As workaround you could stop build agent, remove buildAgent/plugins directory, and start it again. Build agent must connect to TeamCity server, and auto-update itself again. This may take a couple of minutes.
Deleting the plugins folder solves my problem!
thanks