add build log access: nbapi build <id>, nbshell builds log, routing triggers

This commit is contained in:
Oleks
2026-06-06 12:51:25 +03:00
parent cbcf122422
commit 2f03a04cb6
4 changed files with 38 additions and 10 deletions
+3 -2
View File
@@ -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