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

In chat notifier, we extract the build id from the first 8 chars in the build id [Here](https://github.com/GoogleCloudPlatform/cloud-build-notifiers/blob/17dd0b47f357d5e408437b3b5558eb1d43c51325/googlechat/main.go#LL137C27-L137C42). But build id is empty when the build has status unknown and...

Previously, I struggled to create a build filter with enumeration of steps. This may be helpful for others in the future who want to create complex filter queries, like myself.

We'd like to be able to use the Http Notifier to call webhooks which have a secret token as part of the url, the same as is allowed by the...

Currently (1.15.0 or higher), the color sidebar is not working. The "color" is only available for an element in attachments. But, now, "blocks" is placed outside of "attachments". So, to...

Example configuration: ``` spec: notification: delivery: subject: '{{ if eq .Build.Status 3 }}✅ Build Successful ({{ .Build.Substitutions.REPO_NAME }}){{ else }}❌ Build Failure ({{ .Build.Substitutions.REPO_NAME }}){{ end }} | {{.Build.Substitutions._COMMIT_MESSAGE}}' ```

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

As well as how to access rarer fields like from .Substitutions This should help users in the future. When they have the raw json from a build, they can drop...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.0.2+incompatible to 26.1.5+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.5 26.1.5 Security This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins...

dependencies

It isn't clear what variables are available to use in build templates or the general access pattern. The section on the "replace" filter raises a major issue about properly parsing...