actiond_job_retry
Re-queue a failed or cancelled CI/CD job to run again as a fresh execution. Returns the job ID and plugin name; use wait or diagnose to monitor or analyze the retry.
Instructions
Re-queue a failed or cancelled CI/CD job for execution. The job runs again as a fresh execution — every retry takes full time and may fail again, so repeated calls create repeated runs (this is not idempotent). Returns the job ID and plugin name; follow up with actiond_job_wait to block until the retry finishes, or actiond_diagnose if it fails the same way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID to retry |