Skip to content

Fix CI JSON schema for variables

Furkan Ayhan requested to merge fa/fix-ci-schema-for-variables into master

What does this MR do and why?

This MR updates the CI JSON schema for variables.

The variables keyword can be an object with .* (anything) as the key and ["string", "number"] as the value. The top-level one is the exception, its value can also be an object.

MR acceptance checklist

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

Edited by Furkan Ayhan

Merge request reports