Skip to content

Commit

Permalink
Dispaly job parameters
Browse files Browse the repository at this point in the history
  fixes goharbor#17866

Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj committed Nov 27, 2022
1 parent bcbfad6 commit a8d18d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkg/jobmonitor/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func convertToWorker(workers []*work.WorkerObservation, workerPoolMap map[string
StartedAt: w.StartedAt,
CheckIn: w.Checkin,
CheckInAt: w.CheckinAt,
Args: w.ArgsJSON,
})
}
return wks
Expand Down

0 comments on commit a8d18d4

Please sign in to comment.