Skip to content

Commit

Permalink
fix: add documentation for globbed artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jun 24, 2024
1 parent edafd6d commit 08860cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cot_verify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Any task that generates artifacts for the scriptworker then needs to be inspecte
[{
"taskId": "upstream-task-id",
"taskType": "build", # for cot verification purposes
"paths": ["path/to/artifact1", "path/to/artifact2"],
# paths can be specific artifacts, or globbed patterns
"paths": ["path/to/artifact1", "path/to/artifact2", "path/to/globbed/artifacts/*", "path/to/partially/globbed/artifacts/*.zip"],
"formats": ["gpg", "jar"] # This is signing-specific for now; we could make formats optional, or use it for other task-specific info
}, {
...
Expand Down

0 comments on commit 08860cc

Please sign in to comment.