Skip to content

Commit 994e952

Browse files
authored
feat(pipelines): add V2 pipeline type support in L3 construct (#34005)
### Issue # 33995 #33995 Closes #33995 ### Reason for this change Support v2 pipeline type in cdk.pipelines ### Description of changes add pipeline v2 type support ### Describe any new or updated permissions being added new ### Description of how you validated changes integ test/unit test/local deployment ### Checklist - [Y] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4db2abd commit 994e952

File tree

16 files changed

+33841
-4
lines changed

16 files changed

+33841
-4
lines changed

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.newpipeline-reduce-stagerole-scope.ts

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class PipelineStack extends Stack {
7272
const app = new App({
7373
postCliContext: {
7474
'@aws-cdk/pipelines:reduceStageRoleTrustScope': true,
75+
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
7576
},
7677
});
7778
const stack = new PipelineStack(app, 'CdkPipelineInvestigationStack');

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.pipeline-v2.js.snapshot/UsePipelineRoleForActions.assets.json

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)