0
votes

I'm trying to get further information out of AWS CodeBuild's BUILD phases. I'd to see the individual steps, rather than one big BUILD phase, in case something fails during the build step.

I already looked into the CodeBuild operations, but I can't seem to find one that returns what I want. Maybe I can do something inside of the buildspec.yml?

I hope someone can help me

2

2 Answers

1
votes

When creating the build project, click Cloudwatch logs...

enter image description here

... this will generate detailed logs on each command execution:

enter image description here

0
votes

You can check the progress with CloudWatch. Check an example with CodeBuild logs config.