Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: durable-task-plugin
-
Labels:
-
Environment:Windows
-
Similar Issues:
-
Epic Link:
Description
Durable task is launched in the process tree of slave.jar process.
When slave agent exits, it doesn't kill durable tasks (ProcessTree utility excludes the detached build). But when the slave is managed as a Windows service, the service wrapper kills all processes of the process tree and consequently stops durable tasks.
Durable task should be launched in a dedicated process group isolated from slave.jar process tree.
Attachments
Issue Links
- is related to
-
JENKINS-51145 PowerShell pipeline step does not seem to be durable
-
- In Progress
-
-
JENKINS-25503 Use setsid instead of nohup
-
- Resolved
-
wmic process call create looks promising, if it can be made to pass Create_New_Process_Group.