Pete Taylor

Results 2 comments of Pete Taylor

I'm not sure that the `slackUserIdFromEmail` step looks at the user's profile in Jenkins, I think it does a straight lookup via the slack API. If I'm reading the code...

Update in case it's useful for anyone--I'm able to access the user property directly from a pipeline library function (in conjunction with the Build User Vars plugin): ```groovy wrap([$class: 'BuildUser'])...