(pipelines): Run a step without deploying stacks #24382
Replies: 5 comments
-
It's a similar issue we faced previously: #15945 It sounded like the functionality was by design in the new API. But I must agree it would make sense to make it easier to add custom steps without deploying stacks at the same time. |
Beta Was this translation helpful? Give feedback.
-
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Beta Was this translation helpful? Give feedback.
-
Is this feature request expected to be implemented in the near future? |
Beta Was this translation helpful? Give feedback.
-
any news on that feature ? |
Beta Was this translation helpful? Give feedback.
-
Thank you for submitting this feature request! After closer examination of the issue by CDK product and development team, there are no plans to implement this in the near feature. This would be a good candidate for a separate 3p construct library. I am moving this to a GitHub discussion so the information in this thread can continue to be accessible, and folks can learn how to do this themselves. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
CDK Pipelines modern API allows to run a step without deploying stacks using the following "trick":
The feature request is to provide a dedicated API for this, as the above is not obvious.
Use Case
Below are examples of use cases where running a step without deploying stacks is useful:
Proposed Solution
Implement
pipelines.CodePipeline.add_step(step: Step)
API. For example:Other
This is a 🚀 Feature Request
Beta Was this translation helpful? Give feedback.
All reactions