From the course: DevOps with AWS: Tools for Automated Workflows

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

CodeBuild advanced features

CodeBuild advanced features

- [Instructor] Now let's talk about a few more advanced features of CodeBuild, like build badges. So for example, we are in code repository, and we want to have a look if our pull request is passing or not. So here is an example where there is a comment on the code repository pull request where the build is passing, and here is an example where the build is failing. So this passing and failing image is called a build badge. So these badges are dynamically generated. and they display the status of the latest build in CodeBuild, and that can be accessed through a public URL for this build badge. And it is supported for code repository, GitHub, and Bitbucket. Now these badges are available at the branch level, which means that if you are doing a new pull request on a specific branch, then you can have a CodeBuild related to that branch, and then the build will display some information about the status of the branch itself. Now let's talk about CodeBuild triggers. So how do we trigger a…

Contents