Step parameters are not overriding step template default value:
we have step template which has parameter $id = #{Process.Id}, in project’s process step, we want to override something like this $id = #{Process.IdDifferent}. Step is still taking default value (new release with all steps updated). Octopus version: 2019.8.3
Hi Monika,
Thanks for getting in touch! I’m sorry to hear you’re hitting this unexpected behavior. Setting this value directly in the project’s step should be all you need to do to use this non-default value. That’s the behavior I see when testing it in my local instance; the Process.IdDifferent
variable is evaluated to the value of the matching project variable.
Would you be willing to send us a copy of your verbose deployment logs with debugging variables enabled? The following doc page outlines the process of producing and exporting this log, and you can mark this thread as private or email it to us directly at support@octopus.com and I can get it from there.
I look forward to hearing back and getting to the bottom of this one!
Best regards,
Kenny
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.