问题
I want to wait for a codebuild build and get the result of the build using the aws cli or boto3. There does not seem to be any command for this. All I can do is list builds, but only the build-ids. There is not information about the build (if it is still running and what the build result is).
回答1:
Pass the build ID to batch-get-builds: http://docs.aws.amazon.com/cli/latest/reference/codebuild/batch-get-builds.html
来源:https://stackoverflow.com/questions/44407953/wait-for-codebuild-and-get-build-result-using-aws-cli-or-boto3