Skip to content

Allow to reuse variables from other YAML files #257

@kwin

Description

@kwin

Currently the functional logic (loops, variables, ...) only work on a per YAML-file basis. It is not possible to declare variables once in one YAML file and use it then in multiple others. This is often desirable though for more complex setups.

Currently the code in

leads to the fact that for each YAML file the variables map is being empty.

In addition one would need to clarify the order in which YAML files are processed (depth first vs. breadth first or all in alphabetical order).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions