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.

已提問 2 年前檢視次數 604 次
1 個回答
1
已接受的答案

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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南