You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@WindKn the issue here is that you use an hyphen (-) in a key name. The expression pipelineRun.parameters.product-name is translated to pipelineRun.parameters.product minus name. If you rename product-name to product_name it will work.
expect result: x-aaaa.zip,but get x-0.zip, why
The text was updated successfully, but these errors were encountered: