-
My problem is, that I need the output.parameter to use it in the input of the next step in a I have three different templates:
In this structure, the
Here the error appears, because the download_url is given as "{{=jsonpath(steps['step-first'].outputs.parameters.result, '$.download_url')}}" and not evaluated -> as is the case if the By the way: The structure works, only the result access is not correct. The
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After trial and error: You can actually solve this, via the propagation of outputs. Adapting the
You can access the parameter
|
Beta Was this translation helpful? Give feedback.
After trial and error: You can actually solve this, via the propagation of outputs.
Adapting the
specific-template-first
like this: