Skip to content

Commit

Permalink
feature: Job 支持容器执行 - 脚本任务 TencentBlueKing#2631
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Feb 4, 2024
1 parent 75280c8 commit 619096f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ private ServiceExecuteObjectLogDTO toServiceLogDTO(TaskExecuteObjectLog taskExec
result.setScriptLog(new ServiceExecuteObjectScriptLogDTO(
taskExecuteObjectLog.getExecuteObjectId(),
taskExecuteObjectLog.getScriptContent(),
0,
0)
);
} else {
Expand All @@ -156,6 +157,7 @@ private ServiceExecuteObjectLogDTO toServiceLogDTO(TaskExecuteObjectLog taskExec
taskExecuteObjectLog.getIp(),
taskExecuteObjectLog.getIpv6(),
taskExecuteObjectLog.getScriptContent(),
0,
0)
);
}
Expand Down

0 comments on commit 619096f

Please sign in to comment.