• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • ssh-plugin
    • Jenkins 1.479, SSH Plugin 2.1, Ubuntu 12.04.1 (x86-64)

      When I updated SSH Plugin 2.0 to 2.1 and performed a job, the following exception occured.

      FATAL: null
      java.lang.NullPointerException
      at org.jvnet.hudson.plugins.SSHSite.createChannel(SSHSite.java:182)
      at org.jvnet.hudson.plugins.SSHSite.executeCommand(SSHSite.java:129)
      at org.jvnet.hudson.plugins.SSHBuilder.perform(SSHBuilder.java:60)
      at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
      at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
      at hudson.model.Build$BuildExecution.build(Build.java:199)
      at hudson.model.Build$BuildExecution.doRun(Build.java:160)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
      at hudson.model.Run.execute(Run.java:1502)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:236)

      After downgrade to 2.0, it recovered.

          [JENKINS-15005] SSH Plugin throws NPE

          Code changed in jenkins
          User: Edmund Wagner
          Path:
          src/main/java/org/jvnet/hudson/plugins/SSHSite.java
          http://jenkins-ci.org/commit/ssh-plugin/d215b6901c4af28600e6e2062110f468b193ec94
          Log:
          fixed JENKINS-15005: fixed config migration issue

          Compare: https://github.com/jenkinsci/ssh-plugin/compare/1c2b3aa20b33...d215b6901c4a

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Edmund Wagner Path: src/main/java/org/jvnet/hudson/plugins/SSHSite.java http://jenkins-ci.org/commit/ssh-plugin/d215b6901c4af28600e6e2062110f468b193ec94 Log: fixed JENKINS-15005 : fixed config migration issue Compare: https://github.com/jenkinsci/ssh-plugin/compare/1c2b3aa20b33...d215b6901c4a

            edmund_wagner edmund_wagner
            oceantrpg Takanori Kojima
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: