CodeBuild Cloudformation artifacts for artifacts2, artifcacts3 and so on...

0

according to documentation -> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html

it only takes one artifact object, and hence creates the primary artifact, but there is no documentation on how to create multiple artifacts..

Enter image description here

here is another place i've asked the question: https://stackoverflow.com/questions/76197317/codebuildproject-cloud-formation-not-able-to-add-artifact-primary-artifcat1

1 Answer
0

How about the following document as a reference?
Samples are provided for cases with multiple artifacts.
You can create multiple output artifacts in buildspec.yml.
https://docs.aws.amazon.com/codebuild/latest/userguide/sample-multi-in-out.html

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions