DOWNLOAD_SOURCE => Failed => YAML_FILE_ERROR: YAML file does not exist

0

Hi,

I have set up the codepipeline. I'm experiencing build failure details are 'DOWNLOAD_SOURCE => Failed => YAML_FILE_ERROR: YAML file does not exist' .

Can you clarify the need of explicit yaml file in the code level as I already defined my settings at the time of creating 'CodePipeine' please ?

Thanks,
Krish.

asked 4 years ago3615 views
1 Answer
0

Hi Krishnan,

CodePipeline is a continuous delivery orchestration service, it does not run builds itself but instead delegates that work to CodeBuild, which looks for the buildspec.yml to determine how to build your code.

You have the choice of either creating a buildspec.yml in your source repository, or editing the CodeBuild Project attached to your pipeline and specifying the buildspec.yml inline.

answered 4 years 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