Allow nested sequences of tasks to work in YAML Specs

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Bamboo Specs
    • None
    • 17
    • 2

      Sequences in YAML are notably not allowed to be merged. Meanwhile, there seems to be some use-cases where having this capability would be desirable. Also, there are no workarounds in syntax that would enable sequences merging, hence the enabling of flattening sequences of sequences in post parsing would be the way to enable such syntax to work:
      tasks:

      • !include multiple.tasks.in.one.file.yaml
          - !include different.task.yaml
        The drawback would be the limitation of not being able to use sequences of sequences as a syntax constructor for any YAML Specs feature.

            Assignee:
            Unassigned
            Reporter:
            Victor Debone
            Votes:
            31 Vote for this issue
            Watchers:
            23 Start watching this issue

              Created:
              Updated: