-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipelines: v2 multi-branch support #29704
Comments
Can we also support triggers on the additional_inputs ? |
Thanks for this issue. The branch trigger in the codepipeline module will be up to the following PR and we should work after this is merged. |
Thanks for the feature request and for referencing the PR above. It looks like this issue also overlaps with #25946. |
@tim-finnigan @go-to-k any idea if the pipelines module (not the code_pipeline module) will ever get a pipeline v2 support? i know the support exists for code_pipeline module, but we have the bulk of our code using pipelines module already and prefer not to refactor the whole thing |
@andreprawira |
Describe the feature
AWS has released pipeline v2 that supports deployment based on multi-branch triggers. However it does not yet exist in AWS. The feature that i'm requesting should be added for this module. I already mentioned this in another issue but it was not supported yet and people suggested me to create a feature request.
Use Case
We need this feature because often times we have to automate creating pipelines for deployment based on multiple branches and at the moment we cant do that with CDK. We ended up either manually changing the pipeline branch (which is a no-no) or create however many pipelines for those branches.
Proposed Solution
maybe something like that
Other Information
No response
Acknowledgements
CDK version used
2.131.0 (build 92b912d)
Environment details (OS name and version, etc.)
Windows 10
The text was updated successfully, but these errors were encountered: