Skip to content

Commit 4eff2a5

Browse files
committed
add pppid
1 parent c27ecd1 commit 4eff2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/helper/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def kill_children(identifier, params, children):
211211
killed.append(one_child.pid)
212212
err += add_message_to_report(
213213
params,
214-
f"{identifier}: killing {one_child.name()} - {str(one_child.pid)}",
214+
f"{identifier}: killing {one_child.name()} - {str(one_child.pid)} Parent: {str(one_child.ppid)}",
215215
True, True)
216216
one_child.resume()
217217
except FileNotFoundError:

0 commit comments

Comments
 (0)