Hi,
Trying to figure out how to use the 'data node step' to populate some data early in the job for other steps to use. Tried properties and json format and tried referencing the data in inline scripts as @data.someKey@ but it's always blank.
Guessing I'm doing this completely wrong but having trouble finding documentation for this and some examples.
For properties type, I assume syntax is:
KEY=VALUE
and for json:
{
"KEY": "VALUE"
}
and in an inline script / step:
echo "KEY value is: @data.KEY@"
Any guidance would be much appreciated.