步骤1:manege jenkins -> configure system
LANG : zh_CN.UTF-8
步骤2:构建时设置环境变量,command: source /etc/profile;export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
步骤3:pom.xml加如下配置,设置编码格式
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
其他参考: