mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
Merge remote-tracking branch 'origin/release-3.4' into release-3.4
This commit is contained in:
commit
f10ed867ee
@ -512,6 +512,7 @@ func (t *TaskEngine) handleJobRecord(er *job.ExecutionRecord) {
|
||||
JobID: er.JobID,
|
||||
StartTime: er.BeginTime,
|
||||
EndTime: er.EndTime,
|
||||
Status: "complete",
|
||||
CompleStatus: "Failure",
|
||||
}
|
||||
if status, ok := task.Status[er.Node]; ok {
|
||||
|
Loading…
Reference in New Issue
Block a user