1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Add some more fields to the JSON output of /build

This commit is contained in:
Eelco Dolstra 2013-08-12 22:57:53 +02:00
parent bef263c930
commit 4792256e43

View file

@ -111,6 +111,10 @@ sub build_GET {
'jobset',
'starttime',
'stoptime',
'nixname',
'description',
'drvpath',
'system',
]
})
);