使用 java+testNG+maven+jenkins+allure 集成,无法显示报告,但使用本地可以正常显示报告,使用 Python+pytest+Jenkins+allure 正常显示报告。请大神解惑?
pom.xml 配置:

testNG 脚本配置:


Jenkins 配置脚本

构建后,查看报告


本地机启用 allure serve target/allure-results 可以正常显示报告:


使用 Python+pytest+Jenkins+allure 正常显示报告:


请问社区上的大神,有遇到同样的问题吗?请解惑。(Jenkins+java+testng+Allure 集成无法无法正常显示报告。)
