feat(pipeline-tasks): 完善 doTask

This commit is contained in:
Ivan
2021-03-05 17:12:06 +08:00
parent f39c801fc2
commit 7913184174
8 changed files with 245 additions and 19 deletions

View File

@ -5,5 +5,5 @@ export class PipelineTaskLogs {
status: TaskStatuses;
startedAt?: Date;
endedAt?: Date;
logs: string[];
logs = '';
}