add build log access: nbapi build <id>, nbshell builds log, routing triggers
This commit is contained in:
@@ -67,8 +67,9 @@ nbapi builds --limit 20
|
||||
```
|
||||
|
||||
Each entry carries id, status, drv path, timing — useful to spot a runaway or
|
||||
repeatedly-failing build burning CPU. For one build's detail: `nbapi raw
|
||||
/builds/<id>`; for a shareable web link: `nbapi raw /builds/<id>/url`.
|
||||
repeatedly-failing build burning CPU. For one build's detail (including
|
||||
`status_message`): `nbapi build <id>`. For the full build log:
|
||||
`nbshell 'builds log <id>'`. For a shareable web link: `nbapi raw /builds/<id>/url`.
|
||||
|
||||
## Stored size
|
||||
|
||||
|
||||
Reference in New Issue
Block a user