使用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 Containers and Tomcat i18n for more details.
意思是tomcat容器没有使用UTF-8编码,所以不能使用 中文作为任务名称,可以在tomcat中进行配置。
<Connector port="8989" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" URIEncoding="UTF-8" />