Skip to content

Allow user to add empty CI variable in the UI

Mireya Andres requested to merge ma/allow-empty-ci-var into master

What does this MR do and why?

Resolves #225470 (closed).

We used to allow this behavior, but it was removed when we moved the form to Vue. This MR brings back the previous behavior.

Screenshots or screen recordings

Screen_Recording_2023-06-08_at_16.44.33

How to set up and validate locally

  1. Go to Settings > CI/CD > Variables
  2. Try to add a variable with an empty value. The form should allow you to do so.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports