我正在尝试使用 Jenkins 执行 yaml 脚本。我正在使用自由式项目和 Windows Batch 命令作为构建配置。
bzt D:\NESTTest.jmx.yaml -report
perf_result_csv.xml 应该在测试运行后生成。
reporting:
- module: console
- module: final-stats
summary: true
percentiles: true
failed-labels: false
test-duration: true
dump-xml: perf_result_csv.xml
我在执行构建时收到此错误
D:\Jenkins CICD\workspace\Taurus Project>exit 1 构建步骤“执行 Windows 批处理命令”将构建标记为失败 由于错误无法检测文件类型:无法复制D:\Jenkins CICD\workspace\Taurus Project\perf_result_csv.xml到 D:\Jenkins CICD\jobs\Taurus Project\builds\2\temp\perf_result_csv.xml
当从 Windows 的命令提示符手动运行时,该脚本工作正常。