1、使用tomcat作为hudson的容器时,选择系统管理后会出现如下提示: Your container doesn't use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc,this will cause problems. See Containersand Tomcat i18nfor more details. 意思是tomcat容器没有使用UTF-8编码,所以不能使用中文作为任务名称,可以在tomcat中进行配置。
<Connector port="8989" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443"URIEncoding="UTF-8"/>