forked from lix-project/hydra
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 = (
|
my %hint = (
|
||||||
columns => [
|
columns => [
|
||||||
|
'id',
|
||||||
|
'finished',
|
||||||
|
'timestamp',
|
||||||
'starttime',
|
'starttime',
|
||||||
'stoptime',
|
'stoptime',
|
||||||
'project',
|
'project',
|
||||||
|
|
Loading…
Reference in a new issue