Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment notifications seam to be broken #6

Open
db-it opened this issue Nov 19, 2021 · 0 comments
Open

Deployment notifications seam to be broken #6

db-it opened this issue Nov 19, 2021 · 0 comments

Comments

@db-it
Copy link

db-it commented Nov 19, 2021

Plan notifications work fine, but no message appears in Google Chat if a notification for a deployment with type one of DeploymentFinishedNotification, DeploymentStartedAndFinishedNotification, DeploymentFailedNotification is configured.

Configuration example:

.notifications(new Notification()
    .type(new DeploymentStartedAndFinishedNotification())
    .recipients(new AnyNotificationRecipient(new AtlassianModule("org.lummerland.bamboo.hangouts-notification:recipients.hangouts"))
    .recipientString("webhook-url")));

This notification config on the other hand works with the same webhook on a build plan:

.notifications(new Notification()
    .type(new PlanFailedNotification())
    .recipients(new AnyNotificationRecipient(new AtlassianModule("org.lummerland.bamboo.hangouts-notification:recipients.hangouts"))
    .recipientString("webhook-url")));

Bamboo version: 8.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant