Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-59178

Nullpointer exception in IssuesAggregator.updateMap

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • warnings-ng-plugin
    • None
    • Windows server 2016, Jenkins 2.189

      Running a multi-config job and "flexible publish" and in that matching strings for configuration resulting in that one of those executes MSTest. The resulting file(s) is then parsed by the "Record compiler warnings and static analysis" -plugin". Both individual configurations results in "success" but the main part always results in FAILURE with the following in the log:

       

      00:08:21.581 FATAL: null
      00:08:21.583 java.lang.NullPointerException
      00:08:21.583 at io.jenkins.plugins.analysis.core.steps.IssuesAggregator.updateMap(IssuesAggregator.java:87)
      00:08:21.583 at io.jenkins.plugins.analysis.core.steps.IssuesAggregator.endRun(IssuesAggregator.java:64)
      00:08:21.583 at hudson.matrix.DefaultMatrixExecutionStrategyImpl.notifyEndBuild(DefaultMatrixExecutionStrategyImpl.java:222)
      00:08:21.583 at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:165)
      00:08:21.583 at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:375)
      00:08:21.583 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
      00:08:21.583 at hudson.model.Run.execute(Run.java:1815)
      00:08:21.583 at hudson.matrix.MatrixBuild.run(MatrixBuild.java:323)
      00:08:21.583 at hudson.model.ResourceController.execute(ResourceController.java:97)
      00:08:21.583 at hudson.model.Executor.run(Executor.java:429)
      

            drulli Ulli Hafner
            kengra Kent Granström
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: