Hello admin,
I want to get completion, error notification of a build triggered by another user.
Does QB have any functionality to support this, please guide me.
Thanks!
You may add a notification from configuration notifications setting page, with condition set to evaluate below script:
groovy:
build.requester != null && build.requester.name == "<login name of another user>"