Naseem
Naseem
Whta about adding "webhook rules" (Mapping of rules to webhook urls") in the `config.json` file, if any are defined they will be applied at runtime, if no rule matches or...
https://github.com/slackapi/node-slack-sdk/issues/857 created to see if there is a supported approach to this Edit: they say it should be done at the app level
Better late than never :) Thanks for sharing @LanceSandino ! So, something like (taken from article but modified to suit this issue's request): ``` if (build.substitutions.hasOwnProperty('_SLACK_WEBHOOK_URL')) { console.log(`Build(id=${build.id}) contains a...
That's great! Provided we get @Philmod 's blessing, why not hereby join efforts in providing this flexibility? If all parties agree, `'_SLACK_WEBHOOK_URL_OVERRIDE'` `'_DISABLE_SLACK_WEBHOOK'` would be slightly better names for these...
https://github.com/Philmod/google-cloud-build-slack/pull/30 created which allows one to specify the github owner, which is the missing piece in retrieving the github author for github app triggered builds. Although the github repo is...
https://issuetracker.google.com/issues/144151357 created, kindly star this issue.
> Is there a workaround for this? Is upgrading to helm3 a solution? I've just run into this issue and worked around it by performing a `helm rollback` to a...
cc @cpanato @batazor
This seems to be an issue with Cassandra rather than Jaeger per se please see https://github.com/jaegertracing/jaeger/issues/513
Also https://www.jaegertracing.io/docs/1.18/faq/#what-is-the-recommended-storage-backend may be of interest.