-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: pipeline-utility-steps-plugin
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