acefei
acefei
Refer to https://github.com/jenkinsci/slack-plugin/blob/63274b4e998e5c7771c1c424bc1ab4d9e076048c/src/main/java/jenkins/plugins/slack/SlackNotifier.java#L540 Once `this.botUser` or `descriptor.isBotUser()` is true, the result must be true, so that we can't use botUser in pipeline to replace the one in `Global Slack Notifier...
Following is my test scenario: 1. Added a new configuration for Jenkins CI in the slack App store and selected a channel where it will be posted. 2. Create a...
Thanks for you prompt reply, it works well after running `cargo install`. BTW, it would be really appreciated if you can add this into Install section in README.md for someone...
> Yes, but unfortunately that doesn't help because if you run `pyright` via `pre-commit` it isn't actually installed for the user, so when I run `pyright --help` it just says...
It'd be appreciated if you could also update the Redash helm chart to accept the related REDASH_SAML env that you updated in https://github.com/getredash/redash/pull/5784
> Hi! Good point. Thank you. > > I will update this example to the current syntax and will add tests there. For now, you can follow next example: >...