Documentation Index
Fetch the complete documentation index at: https://docs.grounds.gg/llms.txt
Use this file to discover all available pages before exploring further.
pending to building.
When to use it
- A build failed because of a transient infra issue (registry timeout, image pull error).
- A deploy failed and you want to try again without rebuilding the image.
- You’re in CI and want a quick retry without re-running the entire Gradle build.
groundsPush instead — groundsPushRetry would deploy your old bytes.
Flags
| Flag | Purpose |
|---|---|
--pushId=<id> | The ID of the failed push to retry. Required. |
build_failed or deploy_failed). Forge will reject retries against ready, pending, or building pushes with a 409.
What it does
- POST to
<apiUrl>/v1/pushes/<pushId>/retry— forge creates a new push row with the same content hash. - Stream the new push’s logs the same way
groundsPushdoes. - Exit non-zero on terminal failure of the retry push.
