Restore accidentally-removed fields to the Builds API
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
385ceaff4d
commit
217ba725a3
|
@ -603,6 +603,9 @@ makeQueries('ForJob', "and project = ? and jobset = ? and job = ?");
|
|||
|
||||
my %hint = (
|
||||
columns => [
|
||||
'id',
|
||||
'finished',
|
||||
'timestamp',
|
||||
'starttime',
|
||||
'stoptime',
|
||||
'project',
|
||||
|
|
Loading…
Reference in a new issue