• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      Is this likely to fix issue 1629 as well?

          [JENKINS-3330] NPE from ArtifactArchiver.perform

          Jesse Glick added a comment -

          Hudson 1.292.

          A SCM change trigger started this job
          Building remotely on [...]
          [...] $ [...]/hg incoming --quiet --bundle hg.bundle --template "<changeset
          node='

          {node}

          ' author='

          {author|xmlescape}

          ' rev='

          {rev}

          '
          date='

          {date}

          '><msg>

          {desc|xmlescape}

          </msg><added>

          {file_adds|stringify|xmlescape}

          </added><deleted>

          {file_dels|stringify|xmlescape}

          </deleted><files>

          {files|stringify|xmlescape}

          </files><parents>

          {parents}

          </parents></changeset>\n"
          SCM check out aborted
          FATAL: null
          java.lang.NullPointerException
          at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:103)
          at
          hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:372)
          at
          hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:360)
          at hudson.model.Build$RunnerImpl.post2(Build.java:183)
          at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:345)
          at hudson.model.Run.run(Run.java:915)
          at hudson.model.Build.run(Build.java:112)
          at hudson.model.ResourceController.execute(ResourceController.java:93)
          at hudson.model.Executor.run(Executor.java:119)

          Jesse Glick added a comment - Hudson 1.292. A SCM change trigger started this job Building remotely on [...] [...] $ [...] /hg incoming --quiet --bundle hg.bundle --template "<changeset node=' {node} ' author=' {author|xmlescape} ' rev=' {rev} ' date=' {date} '><msg> {desc|xmlescape} </msg><added> {file_adds|stringify|xmlescape} </added><deleted> {file_dels|stringify|xmlescape} </deleted><files> {files|stringify|xmlescape} </files><parents> {parents} </parents></changeset>\n" SCM check out aborted FATAL: null java.lang.NullPointerException at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:103) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:372) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:360) at hudson.model.Build$RunnerImpl.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:345) at hudson.model.Run.run(Run.java:915) at hudson.model.Build.run(Build.java:112) at hudson.model.ResourceController.execute(ResourceController.java:93) at hudson.model.Executor.run(Executor.java:119)

          Code changed in hudson
          User: : jglick
          Path:
          trunk/hudson/main/core/src/main/java/hudson/tasks/ArtifactArchiver.java
          http://fisheye4.cenqua.com/changelog/hudson/?cs=16391
          Log:
          [FIXED JENKINS-3330] NPE when slave down.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/hudson/main/core/src/main/java/hudson/tasks/ArtifactArchiver.java http://fisheye4.cenqua.com/changelog/hudson/?cs=16391 Log: [FIXED JENKINS-3330] NPE when slave down.

          Code changed in hudson
          User: : jglick
          Path:
          trunk/www/changelog.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=16392
          Log:
          JENKINS-3330 Noting.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=16392 Log: JENKINS-3330 Noting.

          mdonohue added a comment -
              • Issue 1629 has been marked as a duplicate of this issue. ***

          mdonohue added a comment - Issue 1629 has been marked as a duplicate of this issue. ***

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: