Skip to content

Remove pipeline warnings from pipeline view

What does this MR do?

This MR removes pipeline warnings from the pipeline view.

To test this locally create a pipeline config with warnings and visit the pipeline view page.

job:
  script: echo
  rules:
    - when: always  # this should raise a warning

Related to: #243442 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Payton Burdette

Merge request reports