Skip to content

Clarify wording when persisted pipeline cannot run

What does this MR do and why?

Clarify wording when persisted pipeline cannot run

The word "create" is slightly misleading, as the error message using that word is literally tied to a pipeline that has been created already.

Ironically, the error message we show before persisting/creating a pipeline actually does say "run":

image

This came up in a discussion in this internal investigation thread.

References

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

I just used this YAML to force an error that is shown with the heading I changed:

include:
  - component: $CI_SERVER_FQDN/

MR acceptance checklist

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

Merge request reports

Loading