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

Hi,

Have you made any progress on this?
I’m looking into making one-time changes like Gitlab pipeline, Jenkins replay.

It seems ridiculous to me to commit just to check 1 line.

Is there a way to do this?