.nh .TH "glab" "1" "May 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-ci-retry - Retry a CI/CD job .SH SYNOPSIS .PP \fBglab ci retry [flags]\fP .SH DESCRIPTION .PP Retry a CI/CD job .SH OPTIONS .PP \fB-b\fP, \fB--branch\fP="" The branch to search for the job. (Default: current branch) .PP \fB-p\fP, \fB--pipeline-id\fP=0 The pipeline ID to search for the job. .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .EX $ glab ci retry # Interactively select a job to retry $ glab ci retry 224356863 # Retry job with ID 224356863 $ glab ci retry lint # Retry job with the name 'lint' .EE .SH SEE ALSO .PP \fBglab-ci(1)\fP