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)
Code changed in jenkins
User: Piush
Path:
core/src/main/java/hudson/model/AbstractProject.java
http://jenkins-ci.org/commit/jenkins/9fb75bb4c6a7a43e472abae919fd32eef1983b92
Log:
JENKINS-29470- Prevent NPE in AbstractProject.checkout when agent disconnects during the build (#3094)JENKINS-29470- Prevent NPE in AbstractProject.checkout when agent disconnects during the build(cherry picked from commit b0c5a86addf7eb0dbf84a5469380576e155eb151)