[aws-codebuild] addFileSystemLocation()
doesn't append fileSystemLocation
#10442
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
in-progress
This issue is being actively worked on.
p1
addFileSystemLocation()
doesn't append the fileSystemLocation to the Project.Reproduction Steps
Set up an app
$ cdk init app --language=typescript
Implement this
cdk synth
What did you expect to happen?
All projects
project1
,project2
,project3
andproject4
to haveFileSystemLocations
property as defined.What actually happened?
project3
andproject4
lacksFileSystemLocations
property for each resource definition on cfn template output.Environment
aws-cdk=1.63.0,@aws-cdk/assets=1.63.0,@aws-cdk/aws-applicationautoscaling=1.63.0,@aws-cdk/aws-autoscaling-common=1.63.0,@aws-cdk/aws-cloudwatch=1.63.0,@aws-cdk/aws-codebuild=1.63.0,@aws-cdk/aws-codecommit=1.63.0,@aws-cdk/aws-codeguruprofiler=1.63.0,@aws-cdk/aws-ec2=1.63.0,@aws-cdk/aws-ecr=1.63.0,@aws-cdk/aws-ecr-assets=1.63.0,@aws-cdk/aws-events=1.63.0,@aws-cdk/aws-iam=1.63.0,@aws-cdk/aws-kms=1.63.0,@aws-cdk/aws-lambda=1.63.0,@aws-cdk/aws-logs=1.63.0,@aws-cdk/aws-s3=1.63.0,@aws-cdk/aws-s3-assets=1.63.0,@aws-cdk/aws-sqs=1.63.0,@aws-cdk/aws-ssm=1.63.0,@aws-cdk/cloud-assembly-schema=1.63.0,@aws-cdk/core=1.63.0,@aws-cdk/custom-resources=1.63.0,@aws-cdk/cx-api=1.63.0,@aws-cdk/region-info=1.63.0,jsii-runtime=node.js/v14.11.0
Other
The implementation of
addFileSystemLocation()
looks very similar toaddSecondaryArtifact()
. ButaddSecondaryArtifact()
works fine as long as I tested.This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: