我正在尝试通过Newman将我的Postman脚本与Jenkins集成。在Jenkins的构建部分中,我传递了Newman run命令和我的集合。
newman run collection.json --reporters html --reporter-html-export report.html
如何在使用Newman生成的报告中附加内部版本号,提交消息(在提交期间使用)和提交者名称(谁已提交)?每当开发人员在repo中提交时,我都会尝试在Jenkins中运行这个工作。我希望报告名称为 report_buildnumber_commitmessage_committername.html 。