Are you sure that you use 1.566?
I don't see any NPE chance in https://github.com/jenkinsci/jenkins/blob/jenkins-1.566/core/src/main/java/hudson/model/Slave.java

 
353:   public Launcher createLauncher(TaskListener listener) {
354:        SlaveComputer c = getComputer();
355:        if (c == null) {
356:            listener.error("Issue with creating launcher for slave " + name + ".");
357:            return new Launcher.DummyLauncher(listener);
358:        } else {
359:            return new RemoteLauncher(listener, c.getChannel(), c.isUnix()).decorateFor(this);
360:        }
361:    }
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to