Skip to content

Rename retry failed button on pipeline page to just retry

Dimitrie Hoekstra requested to merge rename-retry-failed-pipeline-to-retry into master

What does this MR do?

Rename retry failed button on pipeline page to just retry

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

retry failed is not accurate as it also retries cancelled builds basically. just Retry implicates the pipeline as in starting over, skipping the jobs that already passed. In that sense it would make sense to also retry cancelled ones.

Screenshots (if relevant)

old: image

new:image

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports