maven - 尝试通过 allure-jenkins-plugin 创建 allure 报告时出现 NullPointerException

标签 maven jenkins allure

当我尝试通过 allure-jenkins-plugin 创建 allure 报告时,出现这样的错误:

ERROR: Publisher ru.yandex.qatools.allure.jenkins.AllureReportPublisher aborted due to exception
java.io.IOException: java.lang.NullPointerException
    at ru.yandex.qatools.allure.jenkins.utils.ReportGenerator.invoke(ReportGenerator.java:50)
    at ru.yandex.qatools.allure.jenkins.utils.ReportGenerator.invoke(ReportGenerator.java:25)
    at hudson.FilePath.act(FilePath.java:991)
    at hudson.FilePath.act(FilePath.java:969)
    at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.generateReport(AllureReportPublisher.java:267)
    at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.perform(AllureReportPublisher.java:146)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:764)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:724)
    at hudson.model.Build$BuildExecution.post2(Build.java:185)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:671)
    at hudson.model.Run.execute(Run.java:1769)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:374)
Caused by: java.lang.NullPointerException
    at ru.yandex.qatools.clay.internal.AetherUtils.getRepositoriesAsList(AetherUtils.java:183)
    at ru.yandex.qatools.clay.Aether.<init>(Aether.java:60)
    at ru.yandex.qatools.clay.Aether.aether(Aether.java:78)
    at ru.yandex.qatools.allure.jenkins.utils.ReportGenerator.createAether(ReportGenerator.java:69)
    at ru.yandex.qatools.allure.jenkins.utils.ReportGenerator.invoke(ReportGenerator.java:45)
    ... 14 more

由 allure 创建的 xml 文件是有效的(我可能会使用相同的 xml 创建带有 maven 目标“站点”的正确报告),所以问题一定出在 jenkins 插件中。

我安装了 maven 3.2.5,settings.xml 存在于 ~/.m2 目录中并且似乎是正确的。

这样的错误可能是什么原因?似乎它与 Maven 设置有某种联系。

最佳答案

问题出在 maven settings.xml 文件中,在

<activeProfiles> 

部分。它包含配置文件,实际上并不存在。删除此配置文件解决了问题。

关于maven - 尝试通过 allure-jenkins-plugin 创建 allure 报告时出现 NullPointerException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29974075/

相关文章:

java - 如何在allure报告中显示历史趋势

java - EmbeddedKafkaBroker 设置属性抛出 NoClassDefFoundError : kafka/zk/EmbeddedZookeeper

maven - 什么是Maven构建 Artifact 中的.pom文件?

从外部切换后,Eclipse Embedded Maven 安装消失

具有root权限的Jenkins Docker容器?

Jenkins 管道代码通过 GitHub 组织文件夹插件自动触发多个存储库

Android Jenkins 部署

使用 Allure 报告工具生成 Selenium WebDriver 报告

pytest-xdist 导致 AttributeError : 'dict' object has no attribute 'style'