Skip to content

New tag "groups" to allow scoping of variables within a single file #28

@rhaschke

Description

@rhaschke

As discussed in today's meeting, it would be great to have a groups tag in distribution files:

variables:
  foo: bar

groups:
  - variables:
      foo: foo
    includes:
    projects:

  - variables:
      foo: foo
    includes:
    projects:

includes:
  name: foo
  parameters:
    foo: foobar

projects:

Whether or not the groups tag should be hierarchical, i.e. allow groups below groups, is to be decided on the effort to implement this feature 😉

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions