-
Bug
-
Resolution: Fixed
-
Minor
in hudson.model.Slave#createLauncher
hudson.Launcher.RemoteLauncher#RemoteLauncher(TaskListener,VirtualChannel,boolean) is invoked using Computer.isUnix() as argument, which return a Boolean. Autoboxing let us do such thing, but can result in NPE.
- is duplicated by
-
JENKINS-23305 NPE in Slave.createLauncher() for Matrix and Pipeline jobs
-
- Fixed but Unreleased
-
- relates to
-
JENKINS-23305 NPE in Slave.createLauncher() for Matrix and Pipeline jobs
-
- Fixed but Unreleased
-
-
JENKINS-47455 NullPointerException from AbstractBuild$AbstractBuildExecution.decideWorkspace
-
- Resolved
-
- links to
Not a real defect since IsUnix command does not return null. But it still makes sense to fix that.