-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: durable-task-plugin
-
None
-
Environment:CentOS 7
os.arch amd64
os.name Linux
os.version 5.4.238-1.el7.elrepo.x86_64
java.vendor.version Temurin-17.0.6+10
java.version 17.0.6
jenkins.version 2.387.1
node() {
  stage('1') {
     500.times {
        sh """#!/bin/sh +e
          echo ${it}
        """
      }
  }  Â
}
Â

There will be errors when 60 concurrent executions are performed simultaneously.
sh: /opt/container/instances/tomcat/app.data/workspace/ddd@53@tmp/durable-4c0dc187/script.sh: /bin/sh: bad interpreter: Text file busy
Â
Â
Â
- relates to
-
JENKINS-48258 git client plugin occasionally fails with "text file busy" error
-
- Closed
-
- links to