teamcity
TeamCity forgotten admin password – where to look?
From TeamCity 8 you can log in as a super user and change the password that way. You just need to use an empty username and last occurrence of the “super user authentication token” found in the logs\teamcity-server.log file as your password. Please see the following for more information: TeamCity 8 – http://confluence.jetbrains.com/display/TCD8/Super+User TeamCity 9 … Read more
Restart TeamCity server via web interface
This is now available in 2017.2 via the Diagnostics page of the admin area: Now there is also the server Restart button on the Administration | Diagnostics page. /admin/admin.html?item=diagnostics#serverRestart
Why would a post-build step (xcopy) occasionally exit with code 2 in a TeamCity build?
Even if you provide the /Y switch with xcopy, you’ll still get an error when xcopy doesn’t know if the thing you are copying is a file or a directory. This error will appear as “exited with code 2”. When you run the same xcopy at a command prompt, you’ll see that xcopy is asking … Read more