list_pipelines
List GitFlic project CI/CD pipelines with pagination, returning IDs, statuses, branch/tag names, and creation dates. Requires a .gitflic-ci.yaml and registered runner.
Instructions
List CI/CD pipelines of a GitFlic project with pagination. Returns pipeline IDs, statuses, branch/tag names, and creation dates. Requires .gitflic-ci.yaml and a registered runner in the project. Use list_pipeline_jobs to see individual jobs within a pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |