forked from lix-project/hydra
Add some more fields to the JSON output of /build
This commit is contained in:
parent
bef263c930
commit
4792256e43
|
@ -111,6 +111,10 @@ sub build_GET {
|
||||||
'jobset',
|
'jobset',
|
||||||
'starttime',
|
'starttime',
|
||||||
'stoptime',
|
'stoptime',
|
||||||
|
'nixname',
|
||||||
|
'description',
|
||||||
|
'drvpath',
|
||||||
|
'system',
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue