I am new to AWS CodePipeline and have never had experience with continuous integration tools like Jenkins, etc. I created a new AWS CodePipeline as AWS CodeCommit (code repository) -> CodeBuild (not docker, but the environment - NodeJS 7) -> AWS CodeDeploy. All on AWS only. This is an Angular2 project that is finally up and running on EC2 instances (Windows Server 2008). From my local computer, I can transfer my code to AWS CodeCommit through the active IAM user (access to Git), and then I see that CodePipleline starts working where everything is fine with the source code (green), but in the next step, those. assembly fails (red to color). When I click on its details, I see the following error log: -
https://forums.aws.amazon.com/ 2016/12/23 18:21:16 Waiting for the agent https://forums.aws.amazon.com/ 2016/12/23 18:21:36 Phase DOWNLOAD_SOURCE https: //forums.aws.amazon.com/ 2016/12/23 18:21:38 Phase completed: DOWNLOAD_SOURCE Success: incorrect https://forums.aws.amazon.com/ 2016/12/23 18:21: 38 Code phase context status: YAML_FILE_ERROR Message: YAML file does not exist https://forums.aws.amazon.com/ 2016/12/23 18:21:38 Runtime error (YAML file does not exist)
Can someone please direct me to this error? I do not know what this YAML file means. I googled but didn’t find anything in terms of my NodeJS Angular project.
Thanks Vinod Kumar
source
share