[ Agent ] [ Executor ] 优化Executor部分的代码 - 完成
This commit is contained in:
29
server/src/test/java/io/wdd/server/ExecutionEntityJson.json
Normal file
29
server/src/test/java/io/wdd/server/ExecutionEntityJson.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"agentTopicName": "Chengdu-amd64-99-98066f",
|
||||
"needResultReplay": true,
|
||||
"durationTask": false,
|
||||
"executionType": "manual",
|
||||
"funcContent": null,
|
||||
"singleLineCommand": null,
|
||||
"multiLineCommand": [
|
||||
[
|
||||
"apt-get",
|
||||
"update"
|
||||
],
|
||||
[
|
||||
"systemctl",
|
||||
"status",
|
||||
"nginx"
|
||||
]
|
||||
],
|
||||
"pipeLineCommand": [
|
||||
[
|
||||
"cat",
|
||||
"/etc/passwd"
|
||||
],
|
||||
[
|
||||
"grep",
|
||||
"root"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user