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

NPE in MatrixBuild -> parent project fails when children did not yet finish

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • matrix-project-plugin
    • None
    • Jenkins 1.508 on RHEL5 x86_64

      It happened that matrix parent project fails due to exception while one of the configuration was still building (and other two configurations succeeded).

      Configuration 0 was still building when the issue occurred.

      15:25:26 Triggering 1,RedHatEnterpriseServer
      15:25:26 Triggering 2,RedHatEnterpriseServer
      15:25:26 Triggering 0,RedHatEnterpriseServer
      15:44:12 1,RedHatEnterpriseServer completed with result SUCCESS
      15:45:12 2,RedHatEnterpriseServer completed with result SUCCESS
      15:45:12 0,RedHatEnterpriseServer completed with result FAILURE
      15:45:12 FATAL: null
      15:45:12 java.lang.NullPointerException
      15:45:12 	at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:371)
      15:45:12 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
      15:45:12 	at hudson.model.Run.execute(Run.java:1575)
      15:45:12 	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304)
      15:45:12 	at hudson.model.ResourceController.execute(ResourceController.java:88)
      15:45:12 	at hudson.model.Executor.run(Executor.java:237)
      15:45:12 	at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
      

            kohsuke Kohsuke Kawaguchi
            raspy Krzysztof Malinowski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: