Retry modified GitLab pipeline without actually modifying it (replay pipeline in Jenkins)

Is there a way to retry modified GitLab pipeline without actually modifying it (making commits) similar to replaying Jenkins pipelines?

It’s useful for debugging main branch pipelines.

My goal is to avoid redundant main branch modifications for debugging of the pipeline.

1 Like