Make the outputs' outpaths available via the Build JSON API
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
@ -617,7 +617,10 @@ my %hint = (
|
||||
'busy',
|
||||
'buildstatus',
|
||||
'releasename'
|
||||
]
|
||||
],
|
||||
eager_relations => {
|
||||
buildoutputs => 'name'
|
||||
}
|
||||
);
|
||||
|
||||
sub json_hint {
|
||||
|
Reference in New Issue
Block a user