Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Teamcity build log

I use TeamCity for continious integration. Solution checkouts on deploy machine and builds. Deploy machine running under Windows Server 2008 R2 - Russian. There are russian language PowerShell installed etc. In TeamCity build log, all russian symbols are in wrong encoding.

How to change encoding in build log?

like image 820
Dmitriy Kudinov Avatar asked Feb 09 '12 15:02

Dmitriy Kudinov


1 Answers

For me, on Windows 7, TeamCity 9.0.3 helped adding "teamcity.runner.commandline.stdstreams.encoding=866" line into the buildAgent.properties file. I've got the encoding value by typing "chcp" in the command prompt.

like image 184
Aleksey Avatar answered Sep 18 '22 12:09

Aleksey