创建日志赋值user字段

pull/1/head
Doflatango 2017-03-02 16:34:57 +08:00 committed by miraclesu
parent f4d5dfb365
commit ce2c78a4b9
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func CreateJobLog(j *Job, t time.Time, rs string, success bool) {
JobGroup: j.Group,
Name: j.Name,
User: j.User,
Node: j.runOn,