Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
When disconnecting slave during the build:
FilePath workspace = build.getWorkspace(); try { workspace.mkdirs(); # Line 1250 } catch (IOException e) { // Can't create workspace dir - Is slave disk full ? new DiskSpaceMonitor().markNodeOfflineIfDiskspaceIsTooLow(build.getBuiltOn().toComputer()); throw e; }
01:59:53 FATAL: null 01:59:53 java.lang.NullPointerException 01:59:53 at hudson.model.AbstractProject.checkout(AbstractProject.java:1250) 01:59:53 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622) 01:59:53 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 01:59:53 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528) 01:59:53 at hudson.model.Run.execute(Run.java:1745) 01:59:53 at hudson.matrix.MatrixRun.run(MatrixRun.java:146) 01:59:53 at hudson.model.ResourceController.execute(ResourceController.java:89) 01:59:53 at hudson.model.Executor.run(Executor.java:240)
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | JNJira [ 164346 ] | JNJira + In-Review [ 181588 ] |
Labels | newbie-friendly |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "https://github.com/jenkinsci/jenkins/pull/3094 (Web Link)" [ 20215 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Labels | newbie-friendly | lts-candidate newbie-friendly |
Labels | lts-candidate newbie-friendly | 2.107.2-fixed newbie-friendly |