> For some reason publishAssetsInParallel must be set true though (default). Otherwiese got "This BuildSpec contains CloudFormation references and is supported by publishInParallel=false" and the build failed. #29028
Labels
@aws-cdk/pipelines
CDK Pipelines library
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
needs-review
p2
Just banged my head on this for
47 hours today... -_- This has to be a bug right?Originally posted by @cheruvian in #10999 (comment)
CDK Pipelines (
CodePipeline
) fails if you add CloudFormation references (for example withdockerCredentials
) andpublishAssetsInParallel=false
.It looks like this is caused here:
This is then used in the
CodePipelineFactory
So tl;dr; seems as though
singlePublisherPerAssetType
(this maybe makes sense?)singlePublisherPerAssetType
is only set ifpublishAssetsInParallel
istrue
(this doesn't make sense necessarily?)FWIW setting
publishAssetsInParallel=false
is the recommendation from the `aws-deployment-pipeline-reference-architectureThe text was updated successfully, but these errors were encountered: