Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://nix-ci.com/gh:sellout:xdg-base-directory/update-pathway/c5db6e078c4d61a04b735568a214c490e0890d88/9c478c71-30bc-4cf8-b9e0-e3a0a3aa2ce0/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://nix-ci.com/gh:sellout:xdg-base-directory/update-pathway/c5db6e078c4d61a04b735568a214c490e0890d88/9c478c71-30bc-4cf8-b9e0-e3a0a3aa2ce0/tail
All logs, with timestamps (available after completion):
curl --netrc https://nix-ci.com/gh:sellout:xdg-base-directory/update-pathway/c5db6e078c4d61a04b735568a214c490e0890d88/9c478c71-30bc-4cf8-b9e0-e3a0a3aa2ce0/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://nix-ci.com/gh:sellout:xdg-base-directory/update-pathway/c5db6e078c4d61a04b735568a214c490e0890d88/9c478c71-30bc-4cf8-b9e0-e3a0a3aa2ce0/raw-logs
Content types available for
/logs
and
/tail
(use
Accept
header):
text/plain
— human-readable annotated texttext/csv
— CSV with header rowapplication/x-ndjson
— newline-delimited JSON (one object per line)text/html
— HTML viewExample:
curl --netrc -H "Accept: text/csv" https://nix-ci.com/gh:sellout:xdg-base-directory/update-pathway/c5db6e078c4d61a04b735568a214c490e0890d88/9c478c71-30bc-4cf8-b9e0-e3a0a3aa2ce0/logs
Reproduce locally: https://nix-ci.com/gh:sellout:xdg-base-directory/update-pathway/c5db6e078c4d61a04b735568a214c490e0890d88/9c478c71-30bc-4cf8-b9e0-e3a0a3aa2ce0/repro
For more instructions, fetch https://nix-ci.com/instructions .