Skip to content

Commit 1de5349

Browse files
committed
add --json to bk artifacts list example in SKILL.md
1 parent 6e308ee commit 1de5349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .agents/skills/flaky-test-investigator

.agents/skills/flaky-test-investigator/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If artifacts are not available (expired, not uploaded, no `read_artifacts` token
5353

5454
### List failure artifacts
5555

56-
`bk artifacts list <build> -p <pipeline> --job-uuid <jobId>` returns a JSON listing of every artifact uploaded for the failing job. Pass `--job-uuid <jobId>` for the failed attempt (without it, `bk` only returns the latest attempt and hides retried failures). If a build retried to green, failure artifacts only live on the failed job's listing; don't conclude "no screenshot" until you've scoped to the right job UUID.
56+
`bk artifacts list <build> -p <pipeline> --job-uuid <jobId> --json` returns a JSON listing of every artifact uploaded for the failing job. Pass `--job-uuid <jobId>` for the failed attempt (without it, `bk` only returns the latest attempt and hides retried failures). If a build retried to green, failure artifacts only live on the failed job's listing; don't conclude "no screenshot" until you've scoped to the right job UUID.
5757

5858
### Understand the scope
5959

0 commit comments

Comments
 (0)