Lets say i use infra1 across all stages in my pipeline. I want to update the release dynamically at each stage such that
1) stage1 uses infra1
and has release name as discale-<+pipeline.variables.serviceid>-<+stage.identifier>-<+pipeline.stages.extractAttributes.spec.execution.steps.extractAttributes.output.outputVariables.namespace>
2) stage2 uses infra1
and has release name as discale-<+pipeline.variables.serviceid>-<+stage.identifier>-<+pipeline.stages.extractAttributes.spec.execution.steps.extractAttributes.output.outputVariables.namespace>-<+pipeline.variables.releaseVersion>