Tim Jacomb
Tim Jacomb
The Jenkins server logs
Please create a new issue if you have gone through the troubleshooting steps in the README
you shouldn't set teamDomain and base url, but that's not causing this problem I believe you can't currently set bot user to false if its true in global config It's...
that should work... if it doesn't then PR welcome...
Correct what's your usecase for overriding the default in global configuration?
but why can't you use the globally configured app? I know the limitation and will accept reasonable PRs to fix it, but don't understand the usecase
@thara if it’s set to false globally you should be able to set it to true with slackSend
> Would a simple > > ``` > boolean botUser = Util.fixEmpty(this.botUser) != null ? this.botUser : descriptor.isBotUser(); > ``` > > fix this? doesn't fixEmpty operator on strings? this...
> Chiming in to follow this thread. I am having the same issue because my use case is this: > Two different Slack instances. > Want to use slackUploadFile -...
Can’t you setup a second bot for the other workspace?