LinuxCommandLibrary

koji-resubmit

retries a cancelled or failed task using the same parameters as the original

TLDR

Resubmit a failed task
$ koji resubmit [task_id]
copy
Resubmit without waiting
$ koji resubmit [task_id] --nowait
copy
Resubmit in quiet mode
$ koji resubmit [task_id] --quiet
copy
Display help
$ koji resubmit --help
copy

SYNOPSIS

koji resubmit [options] taskid_

DESCRIPTION

koji resubmit retries a cancelled or failed task using the same parameters as the original task. This is useful for transient failures such as network issues or temporary resource exhaustion.

PARAMETERS

task_id

The ID of the task to resubmit
--nowait
Do not wait for task completion
--quiet
Do not print task information
-h, --help
Display help information

CAVEATS

Only failed or cancelled tasks can be resubmitted. Tasks that failed due to source issues will likely fail again without fixing the underlying problem.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard