1、找到Jenkins安装目录,找到jenkins.xml
2、修改第41行找到<arguments> ……</arguments>,修改为:<arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "%BASE%jenkins.war" -Difile.encoding=utf-8 --httpPort=8080 --webroot="%BASE%war"</arguments>
注意:比原来多增加一句:-Difile.encoding=utf-8 其他不变
3、添加系统环境变量: 变量名:JAVA_TOOL_OPTIONS,变量值:-Difile.encoding=utf-8,保存
4、在服务中,重启jenkins,ok了