Skip to content

Add filtering & retried jobs to the CLI

Daniel Stone requested to merge daniels/ci-collate:cli-filtering-and-retry into main

Add new arguments to the CLI, to allow filtering pipelines by stage/status/name, and whether or not to include retried jobs.

This changes the output format from { "name": "val" } to { "name": { 12345: "val" } }, to allow for multiple jobs of the same name when the job is retried.

Merge request reports