AWS Codebuild Batch Event Notifications

0

Is there a way to send an SNS event only when all batch builds in a Codebuild project are completed (succeeded or failed)?

I seem to only be able to create notifications that trigger when the individual builds in the batch complete, not when the entire batch is complete.

1 Answer
1
Accepted Answer

Hello,

CodeBuild currently does not have the option to send SNS events only when all batch builds in a project are completed. As correctly mentioned, only individual build notifications are supported.

As a workaround, you could include the CodeBuild project as a CodePipeline stage and create a notification rule to trigger when the CodeBuild stage has been completed (failure or success).

I have raised a feature request with the service team on your behalf. While I am unable to comment on if/when this feature may get released, I request you to keep an eye on our What's New and Blog pages for any new feature announcements.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions