[pipelines]: Can't get stack outputs in subsequent steps #16036
Labels
@aws-cdk/pipelines
CDK Pipelines library
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Can't get stack outputs in subsequent steps since Namespace is not set on Default Cloudformation Execution step generated by cdk pipelines construct.
I wasn't able to find a way to set this namespace except by adding a dummy ShellStep referencing my outputs in
envFromCfnOutputs
and looking at the code it looks like that only if step of type ShellStep is generating the namespace addition.Reproduction Steps
What did you expect to happen?
Namespace always set to stack name in Execute CFN step
What actually happened?
Namespace not set and therefore we can't access stacks output in subsequent steps.
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: