-
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
[JENKINS-38527] Slave#createLauncher relies on autoboxing and can thrown NPE
Labels | New: newbie-friendly |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR #2923 (Web Link)" [ 17152 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Not a real defect since IsUnix command does not return null. But it still makes sense to fix that.