readYaml does not read inlined variables

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The pipeline step "readYaml" is currently unable to read inlined properties such as :

      context.my.variable: value

      The workaround is to split the variable on multiple lines like this :

      context:{{  }}

        my:{{    }}

          variable: value

      However the first syntax is a correct Yaml syntax and should be supporter by the parser

            Assignee:
            rsandell
            Reporter:
            Olivier Revial
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: