我试图在詹金斯生成诱惑报告。从自由式项目中执行此操作并在后期构建操作中设置诱惑时,可以生成Allure报告 - 报告可以从jenkins构建页面打开。但是当试图在管道中做同样的事情时
java.io.IOException: Can't find allure commandline <null>
尝试使用Jenkins片段生成器的命令:
allure([includeProperties: false, jdk: '', properties: [], reportBuildPolicy: 'ALWAYS', results: [[path: 'allure-results']]])
有人可以建议吗?
答案 0 :(得分:0)
你为Jenkins使用Allure插件吗?如果不是,这里有一个可能对您有帮助的指南how to automate testing using selenium, webdriver, jenkins and Allure
答案 1 :(得分:0)
问题应该在Allure Jenkins插件2.15
中修复