Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity stopped working after server reboot?

Had TeamCity setup and working perfectly. Then the server it is publishing the site to had to be rebooted and now it no longer works. There are no errors from TeamCity. No files seem to get sent to the web server. Manual publishes from Visual Studio to the web server work fine. I'm at a loss and by no means a CI pro. Thanks.

like image 374
Ber53rker Avatar asked Oct 21 '22 19:10

Ber53rker


1 Answers

Did you run bin/runAll.bat start from the TeamCity root again? (IIS)

That's what I had to do, after rebooting my Ubuntu VM (bin/runAll.sh start)

Note that this starts both the server and the default local build agent, if there is one.

like image 159
Jacob Stevens Avatar answered Oct 24 '22 01:10

Jacob Stevens