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.

gefragt vor 2 Jahren604 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen