Skip to content

Allow retrying bridge jobs via REST API

Manuel Grabowski requested to merge mg-job-api-retry-bridge-20240506 into master

What does this MR do and why?

In #456867 (closed) we determined that the https://docs.gitlab.com/ee/api/jobs.html#retry-a-job API endpoint currently doesn't support bridge jobs. This is an inconsistency with the UI and this MR aims to remedy it.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

See steps-to-reproduce from the issue for a sample setup to quickly verify the different behavior.

Merge request reports