cloud-build-notifiers icon indicating copy to clipboard operation
cloud-build-notifiers copied to clipboard

Notifier images for Cloud Build, complete with build status filtering and Google Secret Manager integration

Results 40 cloud-build-notifiers issues
Sort by recently updated
recently updated
newest added

I have been following these instructions on the [GCP documentation page](https://cloud.google.com/build/docs/configuring-notifications/configure-slack). I have done nothing custom beyond substituting variables. However, it is not working and I see tons of error...

Currently configuration of the logger can only be controlled from the command line which is hard-coded in the `Dockerfile`. For debugging notifiers, including custom notifiers, it would be nice if...

Hi Team, Similarly to what's been reported previously in #105, our notifier fails to unmarshal `E2_HIGHCPU_32` `machineType`: ``` notifiers.go:440] failed to unmarshal PubSub message id="" data="" publishTime="2022-08-26T19:31:45.596Z" into a Build:...

`color` should be passed into `attachments` array. https://api.slack.com/reference/messaging/attachments#fields ## Example ### Before fix ### After fix

I want custom notification message. Now it is very simple message, I can't specify which trigger was pushed when using multiple CloudBuild settings. If there are these option , It...

enhancement

The PR provides a small fix to the slack message sent by cloud build. The two commits have a detailed commit message so I will avoid duplication here.

is it possible todo `if` condition on message.json ?

Hello, it shows me the following error when I configure gmail failed to run SendNotification: failed to send email: 454 4.7.0 Too many login attempts, please try again later

Hello from the Cloud Build team 👋 We are aware that many Notifiers users would like to have custom templating and config bindings available to make their notifications more useful....

enhancement
help wanted

Here I'm adding support for defining a custom template to the Slack notifier. Pretty straightforward, just using text/template with a default template that's the same as what the Sprintf does...