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

NPE during pipeline execution in test-stability-plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • test-stability-plugin
    • None
    • WIndows Server 2012R2, Java 64 bit 1.7.0_67, Jenkins 2.49 (running directly as service), test-stability-plugin V2.2, every plugin up-to-date.

      While executing our pipeline job, we get this Exception:

      java.lang.NullPointerException
      	at de.esailors.jenkins.teststability.StabilityTestDataPublisher.buildUpInitialHistory(StabilityTestDataPublisher.java:148)
      	at de.esailors.jenkins.teststability.StabilityTestDataPublisher.contributeTestData(StabilityTestDataPublisher.java:101)
      	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:183)
      	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:78)
      	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:65)
      	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:49)
      	at hudson.security.ACL.impersonate(ACL.java:260)
      	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:46)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      	at java.lang.Thread.run(Thread.java:745)

      This happens since since a few days only. Before, it worked fine. Maybe it is related to the fact that I have deleted one build ?

      Assigning the priority major, since I don't know how I could work around this without loosing the Unittest-Report (which is essential).

            seanf Sean Flanigan
            schlegel_m Markus Schlegel
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: