Can anybody tell me how I can get the username of the user which triggered the build (manual or via code changes) when implementing a customĀ NotificationRecipient and NotificationTransport?
Thanks
In the notification listener, you can get the build key, build number etc and then use it to retrieve the ResultsSummary. From the ResultsSummary, you can get a. lot of information on what caused the build, who triggered it, details of commits etc.
It looks like you're new here. Sign in or register to get started.