目录大纲 1. 错误:前言中不允许有内容 2. 错误:input file xx\xx\xx.jtl does not exist 3. 错误:Please enter your authorization code to login 4. Jenkins构建项目失败 1. 错误:前言中不允许有内容 解决方法: 改jmeter.save.saveservice.output_format=csv 为jmeter.save.saveservice.output_format=xml,并去掉前面的注释符号# 2. 错误:input file xx\xx\xx.jtl does not exist 解决方法: 缺少接口脚本,在script目录下添加脚本(比如:baidu.jmx) 或者查看build.xml配置文件是否写对