Tim Jacomb
Tim Jacomb
I can't understand how it could be null there, https://github.com/jenkinsci/slack-plugin/blob/master/src/main/java/jenkins/plugins/slack/user/EmailSlackUserIdResolver.java#L100 =/
I also don’t understand why a findAny call is going to that code =\
I guess I'll add more logging I still don't understand how that line could be null
This might help @jtnord https://github.com/jenkinsci/slack-plugin/pull/668
> I'd like to report this problem happens with 2.38 > I added logger for class > EmailSlackUserIdResolver > SlackUserIdResolver > SlackUserIdsFromCommittersStep > > Nothing get logged when the NullPointerException...
Yes, see https://github.com/jenkinsci/slack-plugin/issues/683
that's a different issue please create a new one
At least the jira specific issue in the last comment should be fixed now if not the other issue see: https://github.com/jenkinsci/slack-plugin/pull/742 If no other reports in a few weeks I'll...
You haven't said how you setup your slack integration, but I assume you aren't using bot user mode and I would suggest you do that instead as you'll have less...