Mac Jenkins 生成allure报告 报错ERROR: Step ‘Allure Report’ aborted due to exception:

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac Jenkins 生成allure报告 报错ERROR: Step ‘Allure Report’ aborted due to exception:相关的知识,希望对你有一定的参考价值。

参考技术A jenkins 生成allure时报错 ERROR: Step ‘Allure Report’ aborted due to exception时,百度了很久没有找到原因,仔细查看构建时控制台输出的日之时,看到了报错的地方,jerkins自动安装Allure Commandline时安装失败了

找到问题就很好解决了,就进入/Users/xxxx/.jenkins/tools/ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation/目录,手动创建allures目录 

allures目录创建成功,手动现在allure-commandline-2.13.5.zip  文件并解压,将解压文件移动到/Users/xxxx/.jenkins/tools/ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation/allures目录内

使用Jenkins重新构建,报告构建成功了

以上是关于Mac Jenkins 生成allure报告 报错ERROR: Step ‘Allure Report’ aborted due to exception:的主要内容,如果未能解决你的问题,请参考以下文章

jenkins学习8-生成Allure报告(Allure Jenkins Plugin)

allure报告定制(pytest+jenkins)

pytest系列- pytest+allure+jenkins - 持续集成平台生成allure报告

mac下 jenkins配置allure commandline报错 is not a directory on the Jenkins master (but perhaps it exists o

jenkins 集成allure测试报告

基于testng自动化添加allure报告展示以及jenkins集成