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)
      

          [JENKINS-29470] NPE in AbstractProject.checkout

          Oleg Nenashev added a comment -

          Incomplete (almost ready) fix is here: https://github.com/jenkinsci/jenkins/pull/3094.
          Everybody is welcome to finalize it

          Oleg Nenashev added a comment - Incomplete (almost ready) fix is here: https://github.com/jenkinsci/jenkins/pull/3094 . Everybody is welcome to finalize it

          Oleg Nenashev added a comment -

          Oleg Nenashev added a comment - https://github.com/jenkinsci/jenkins/pull/3094

          Code changed in jenkins
          User: Piush
          Path:
          core/src/main/java/hudson/model/AbstractProject.java
          http://jenkins-ci.org/commit/jenkins/b0c5a86addf7eb0dbf84a5469380576e155eb151
          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

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Piush Path: core/src/main/java/hudson/model/AbstractProject.java http://jenkins-ci.org/commit/jenkins/b0c5a86addf7eb0dbf84a5469380576e155eb151 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

          Oleg Nenashev added a comment -

          The fix has been integrated towards 2.110

          Oleg Nenashev added a comment - The fix has been integrated towards 2.110

          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)

          SCM/JIRA link daemon added a comment - 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)

            Unassigned Unassigned
            olivergondza Oliver Gondža
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: