CodeBuild helpers

What is this?

The following methods are added to clients instantiated using Betterboto:

Methods

betterboto.codebuild.start_build_and_wait_for_completion(self, **kwargs)[source]

This will start a build of an AWS CodeBuild Project and wait for it to complete. It will return the result of the build.

Parameters
  • self – codebuild client

  • kwargs – these are passed onto the start_build method call

Returns

codebuild_client.batch_get_builds.response[0]