• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • pipeline

      After running a trivial flow

      node {}
      

      on Windows, trying to delete it fails due to a lock error on 3.log, the one with (one line of) output.

      Deleting a build of an empty flow works, as does a flow

      echo 'hello'
      

      so the problem might be specific to ExecutorStep.

          [JENKINS-26030] Build deletion fails due to file lock

          Jesse Glick created issue -

          Jesse Glick added a comment -

          Symptoms similar to those in JENKINS-22205 reported in the case of NFS storage.

          Jesse Glick added a comment - Symptoms similar to those in JENKINS-22205 reported in the case of NFS storage.
          Jesse Glick made changes -
          Link New: This issue is related to JENKINS-22205 [ JENKINS-22205 ]
          Jesse Glick made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]

          Jesse Glick added a comment -

          7608ed3dc3c77fbfd946697869d4e669c1fc334b

          Jesse Glick added a comment - 7608ed3dc3c77fbfd946697869d4e669c1fc334b
          Jesse Glick made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]

          Code changed in jenkins
          User: ikedam
          Path:
          src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java
          src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java
          http://jenkins-ci.org/commit/copyartifact-plugin/1308f8da0170ff3010054417bdcf5d88bd536df4
          Log:
          JENKINS-26694 Make tests succeed on Windows: HudsonTestCase using workflow-1.1 fails for JENKINS-26030.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: ikedam Path: src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java http://jenkins-ci.org/commit/copyartifact-plugin/1308f8da0170ff3010054417bdcf5d88bd536df4 Log: JENKINS-26694 Make tests succeed on Windows: HudsonTestCase using workflow-1.1 fails for JENKINS-26030 .

          Code changed in jenkins
          User: Jesse Glick
          Path:
          support/src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java
          http://jenkins-ci.org/commit/workflow-support-plugin/d054b77128dcf8e83563271bc216edabcf493c4c
          Log:
          [FIXED JENKINS-26030] Close logger streams after the owning node finishes, so we do not leak file handles.
          Originally-Committed-As: 7608ed3dc3c77fbfd946697869d4e669c1fc334b

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: support/src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java http://jenkins-ci.org/commit/workflow-support-plugin/d054b77128dcf8e83563271bc216edabcf493c4c Log: [FIXED JENKINS-26030] Close logger streams after the owning node finishes, so we do not leak file handles. Originally-Committed-As: 7608ed3dc3c77fbfd946697869d4e669c1fc334b
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 160020 ] New: JNJira + In-Review [ 196282 ]
          Andrew Bayer made changes -
          Component/s New: pipeline-general [ 21692 ]

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: