restart_job
Restart a specific CI/CD job in a GitFlic pipeline without re-running the entire pipeline, enabling retry of a failed job while keeping completed jobs intact.
Instructions
Restart a specific CI/CD job without re-running the entire pipeline. Useful for retrying a single failed job while keeping other completed jobs intact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| job_id | Yes | Job local ID | |
| project | Yes | Project alias |