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
I have a cdk pipeline in a monorepo, and I would like to add a stage, that deploys some tooling to deal with the pipeline (e.g. notifications, etc).
I would prefer to have this stack separate, mostly becuase I dont want the pipeline update step to fail in case this stack would fail to deploy, I would rather that it fails at the stage where this should be in the pipeline.
My ops stack containing the tools, takes a pipelineArn as a parameter. How can I get the pipelineArn before building the pipeline?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a cdk pipeline in a monorepo, and I would like to add a stage, that deploys some tooling to deal with the pipeline (e.g. notifications, etc).
I would prefer to have this stack separate, mostly becuase I dont want the pipeline update step to fail in case this stack would fail to deploy, I would rather that it fails at the stage where this should be in the pipeline.
My ops stack containing the tools, takes a pipelineArn as a parameter. How can I get the pipelineArn before building the pipeline?
I tried
but this fails with
Pipeline not created yet
during synth.If I build the pipeline first, then I cannot add the stage any more.
How do I get around this?
Beta Was this translation helpful? Give feedback.
All reactions