79430920

Date: 2025-02-11 17:58:08
Score: 1
Natty:
Report link

So to answer OPs question: "How is this modeled in the buildspec "... its not... this can be modeled however using a JSON Configuration file for the Pipeline.

You cannot configure a build step with multiple actions with one or more buildspec files in a single codebuild project, nor can you use multiple codebuild projects in a build step when configuring an initial codepipeline from the GUI.

You will need:

You will deploy your codepipeline with the JSON configuration file to accomplish what you need.

See here for more information on this configuration file

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Frankie